UNESCO Institute For Statistics (UIS) - Enrolment Rates (OPRI)
@owid.enrolment_rates
@owid.enrolment_rates
The UNESCO Institute for Statistics (UIS) is the official and trusted source of internationally-comparable data on education, science, culture and communication. As the official statistical agency of UNESCO, the UIS produces a wide range of state-of-the-art databases to fuel the policies and investments needed to transform lives and propel the world towards its development goals. The UIS provides free access to data for all UNESCO countries and regional groupings from 1970 to the most recent year available.
CREATE TABLE owid_enrolment_rates (
"country" VARCHAR,
"year" INTEGER,
"total_net_enrolment_rate_lower_secondary_both_sexes_pct" FLOAT -- Total Net Enrolment Rate, Lower Secondary, Both Sexes, Pct,
"total_net_enrolment_rate_lower_secondary_female_pct" FLOAT -- Total Net Enrolment Rate, Lower Secondary, Female, Pct,
"total_net_enrolment_rate_lower_secondary_male_pct" FLOAT -- Total Net Enrolment Rate, Lower Secondary, Male, Pct,
"total_net_enrolment_rate_primary_both_sexes_pct" FLOAT -- Total Net Enrolment Rate, Primary, Both Sexes, Pct,
"total_net_enrolment_rate_primary_female_pct" FLOAT -- Total Net Enrolment Rate, Primary, Female, Pct,
"total_net_enrolment_rate_primary_male_pct" FLOAT -- Total Net Enrolment Rate, Primary, Male, Pct,
"total_net_enrolment_rate_upper_secondary_both_sexes_pct" FLOAT -- Total Net Enrolment Rate, Upper Secondary, Both Sexes, Pct,
"total_net_enrolment_rate_upper_secondary_female_pct" FLOAT -- Total Net Enrolment Rate, Upper Secondary, Female, Pct,
"total_net_enrolment_rate_upper_secondary_male_pct" FLOAT -- Total Net Enrolment Rate, Upper Secondary, Male, Pct
);Anyone who has the link will be able to view this.