Skip to content
Snippets Groups Projects
Commit 610839ff authored by jvfpw18's avatar jvfpw18
Browse files

Add tutorial mapping protocol, table definition

parent d4fc52a1
No related branches found
No related tags found
No related merge requests found
Var.Lab,Novo Rótulo,Nome Banco,Tipo de Dado,2018
Var.Lab,Novo Rótulo,Nome Banco,Tipo de Dado,2016
CODECOUNTRY,Code of the country,cod_country,VARCHAR(3),COUNTRY
NAMECOUNTRY,Name of the country,country_name,VARCHAR(32),Country
YEAR,Year,year,INT,Year
GRADUATIONRATES,Graduation rates represent an estimated percentage of an age group expected to graduate/enter a certain level of education at least once in their lifetime.,graduation_rate,DOUBLE,Value
ISCEDLEVEL,"Isced level, program in the format: L""X""_C""X""",isced,VARCHAR(5),ISC11_LEVEL_CAT
SEXCOD,"Code for the sex, F=Womam, M=Male",cod_sex,VARCHAR(1),SEX
SEXID,"Sex id, 0 = female 1 = male.",sex_id,TINYINT,"~CASE WHEN (""SEX"" = 'F') THEN 0 ELSE 1 END"
{
"pairing_description": "Table with the graduation rates, which represent a percentage of students expected to graduate, used to learn the HOTMapper Tool",
"data_source": "Organisation for Economic Co-operation and development",
"pk": ["cod_country", "year", "cod_sex", "isced"],
"foreign_keys": []
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment