How Was Life? Global Well-being Since 1820 And World Bank
@owid.oecd_education
@owid.oecd_education
This dataset is based on van Zanden, J., et al.(2014), How Was Life?: Global Well-being since 1820 and World Bank indicators.
It includes indicators relating to historic data and more recent data on population with no formal education and literacy.
CREATE TABLE owid_oecd_education (
"country" VARCHAR,
"year" INTEGER,
"illiterate" FLOAT,
"no_formal_education" FLOAT,
"population_with_basic_education" FLOAT,
"literacy" FLOAT
);Anyone who has the link will be able to view this.