Human Capital In The Long Run (Lee And Lee 2016), WDI (World Bank) And UNESCO
@owid.education_lee_lee
@owid.education_lee_lee
This dataset is based on 'Human Capital in the Long Run' by Lee and Lee (2016) and World Development Indicators by World Bank. It includes indicators relating to enrollment rates in various levels of education, historic data on average years of education and educational attainment, specifically share of people with no education.
CREATE TABLE owid_education_lee_lee (
"country" VARCHAR,
"year" INTEGER,
"mf_primary_enrollment_rates_combined_wb" FLOAT,
"f_primary_enrollment_rates_combined_wb" FLOAT,
"m_primary_enrollment_rates_combined_wb" FLOAT,
"mf_secondary_enrollment_rates_combined_wb" FLOAT,
"f_secondary_enrollment_rates_combined_wb" FLOAT,
"m_secondary_enrollment_rates_combined_wb" FLOAT,
"mf_tertiary_enrollment_rates_combined_wb" FLOAT,
"f_tertiary_enrollment_rates_combined_wb" FLOAT,
"m_tertiary_enrollment_rates_combined_wb" FLOAT,
"female_over_male_enrollment_rates_primary" FLOAT,
"female_over_male_enrollment_rates_secondary" FLOAT,
"female_over_male_enrollment_rates_tertiary" FLOAT,
"mf_youth_and_adults_15_64_years_percentage_of_no_education" FLOAT -- Mf Youth And Adults, 15–64 Years, Percentage Of No Education,
"f_youth_and_adults_15_64_years_percentage_of_no_education" FLOAT -- F Youth And Adults, 15–64 Years, Percentage Of No Education,
"f_adults_25_64_years_percentage_of_no_education" FLOAT -- F Adults, 25–64 Years, Percentage Of No Education,
"mf_adults_25_64_years_percentage_of_tertiary_education" FLOAT -- Mf Adults, 25–64 Years, Percentage Of Tertiary Education,
"mf_youth_and_adults_15_64_years_average_years_of_education" FLOAT -- Mf Youth And Adults, 15–64 Years, Average Years Of Education,
"f_youth_and_adults_15_64_years_average_years_of_education" FLOAT -- F Youth And Adults, 15–64 Years, Average Years Of Education
);Anyone who has the link will be able to view this.