Skip to contents

This dataset, iscd_education_tbl_df, is a tibble containing Peru's educational programs classified according to the International Standard Classification of Education (ISCED). It provides comprehensive information about educational codes, classifications, academic levels, and program specifications used in Peru's educational system, facilitating standardized comparison and analysis of educational data.

Usage

data(iscd_education_tbl_df)

Format

A tibble with 8,357 observations and 8 variables:

Education_COD

Education classification code (character)

Education

Education category description (character)

Specific_COD

Specific classification code (character)

Specific

Specific category description (character)

AcademicLevel

Academic level description (character)

AcademicLevel_COD

Academic level code (character)

EducationProgram

Education program name (character)

EducationProgram_Lemma

Education program lemmatized form (character)

Source

Data taken from the CINE package version 0.1.3

Details

The dataset name has been kept as 'iscd_education_tbl_df' to avoid confusion with other datasets in the R ecosystem. This naming convention helps distinguish this dataset as part of the PeruAPIs package and assists users in identifying its specific characteristics. The suffix 'tbl_df' indicates that the dataset is a tibble object. The original content has not been modified in any way.