Global Education And Learning
A view of global literacy, schooling years, and gender gaps in education
@kaggle.rehan497_global_education
A view of global literacy, schooling years, and gender gaps in education
@kaggle.rehan497_global_education
This dataset provides a detailed analysis of global education trends, access, and inequalities over two centuries. It integrates four key data sources covering education attainment, out-of-school children, and gender disparities across countries and regions.
Spanning from 1820 to 2020, the dataset includes over 3,500 records and multiple variables such as country name, ISO code, year, population with or without formal education, and separate counts of out-of-school males and females.
By combining historical depth with recent insights, the dataset allows researchers, policymakers, and education experts to:
This resource serves as a vital tool for understanding both progress and ongoing challenges in global education, supporting data-driven decisions aimed at achieving inclusive and quality education for all.
CREATE TABLE n_1_share_of_the_world_population_with_at_least_basic__8256d661 (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"share_of_population_with_no_formal_education_1820_2020" DOUBLE -- Share Of Population With No Formal Education, 1820-2020,
"share_of_population_with_some_formal_education_1820_2020" DOUBLE -- Share Of Population With Some Formal Education, 1820-2020
);CREATE TABLE n_2_learning_adjusted_years_of_school_lays (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"learning_adjusted_years_of_school" DOUBLE
);CREATE TABLE n_3_number_of_out_of_school_children (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"out_of_school_children_adolescents_and_youth_of_primar_8d47d775" DOUBLE -- Out-of-school Children, Adolescents And Youth Of Primary And Secondary School Age, Male (number),
"out_of_school_children_adolescents_and_youth_of_primar_3600a4ec" DOUBLE -- Out-of-school Children, Adolescents And Youth Of Primary And Secondary School Age, Female (number)
);CREATE TABLE n_4_gender_gap_education_levels (
"entity" VARCHAR,
"code" VARCHAR,
"year" BIGINT,
"combined_gross_enrolment_ratio_for_tertiary_education_female" DOUBLE -- Combined Gross Enrolment Ratio For Tertiary Education, Female,
"combined_gross_enrolment_ratio_for_tertiary_education_male" DOUBLE -- Combined Gross Enrolment Ratio For Tertiary Education, Male,
"combined_total_net_enrolment_rate_secondary_male" DOUBLE -- Combined Total Net Enrolment Rate, Secondary, Male,
"combined_total_net_enrolment_rate_secondary_female" DOUBLE -- Combined Total Net Enrolment Rate, Secondary, Female,
"combined_total_net_enrolment_rate_primary_female" DOUBLE -- Combined Total Net Enrolment Rate, Primary, Female,
"combined_total_net_enrolment_rate_primary_male" DOUBLE -- Combined Total Net Enrolment Rate, Primary, Male
);Anyone who has the link will be able to view this.