Education Attainment By Age Cohort (1950-2015)
Educational levels by 10-year age groups and gender across 146 countries
@barrolee.education_attainment_by_age
Educational levels by 10-year age groups and gender across 146 countries
@barrolee.education_attainment_by_age
CREATE TABLE female_population (
"blcode" BIGINT,
"country" VARCHAR,
"year" BIGINT,
"sex" VARCHAR,
"agefrom" BIGINT,
"ageto" BIGINT,
"lu" DOUBLE,
"lp" DOUBLE,
"lpc" DOUBLE,
"ls" DOUBLE,
"lsc" DOUBLE,
"lh" DOUBLE,
"lhc" DOUBLE,
"yr_sch" DOUBLE,
"yr_sch_pri" DOUBLE,
"yr_sch_sec" DOUBLE,
"yr_sch_ter" DOUBLE,
"wbcode" VARCHAR,
"region_code" VARCHAR,
"pop" DOUBLE
);
CREATE TABLE male_population (
"blcode" BIGINT,
"country" VARCHAR,
"year" BIGINT,
"sex" VARCHAR,
"agefrom" BIGINT,
"ageto" BIGINT,
"lu" DOUBLE,
"lp" DOUBLE,
"lpc" DOUBLE,
"ls" DOUBLE,
"lsc" DOUBLE,
"lh" DOUBLE,
"lhc" DOUBLE,
"yr_sch" DOUBLE,
"yr_sch_pri" DOUBLE,
"yr_sch_sec" DOUBLE,
"yr_sch_ter" DOUBLE,
"wbcode" VARCHAR,
"region_code" VARCHAR,
"pop" DOUBLE
);
CREATE TABLE total_population (
"blcode" BIGINT,
"country" VARCHAR,
"year" BIGINT,
"sex" VARCHAR,
"agefrom" BIGINT,
"ageto" BIGINT,
"lu" DOUBLE,
"lp" DOUBLE,
"lpc" DOUBLE,
"ls" DOUBLE,
"lsc" DOUBLE,
"lh" DOUBLE,
"lhc" DOUBLE,
"yr_sch" DOUBLE,
"yr_sch_pri" DOUBLE,
"yr_sch_sec" DOUBLE,
"yr_sch_ter" DOUBLE,
"wbcode" VARCHAR,
"region_code" VARCHAR,
"pop" DOUBLE
);
Anyone who has the link will be able to view this.