Skip to content

Commit

Permalink
education: historical secondary net enrolment rates
Browse files Browse the repository at this point in the history
  • Loading branch information
veronikasamborska1994 committed Nov 25, 2024
1 parent 614d49d commit 90f723b
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,4 +194,31 @@ tables:
unit: years
processing_level: minor
display:
numDecimalPlaces: 1
numDecimalPlaces: 1

mf_secondary_enrollment_rates:
title: Historical net enrollment rate, secondary education, both sexes
unit: '%'
short_unit: '%'
description_key:
- Net enrollment rate for secondary school is calculated by dividing the number of students of official school age enrolled in secondary education by the population of the age group which officially corresponds to secondary education, and multiplying by 100.
display:
numDecimalPlaces: 1

f_secondary_enrollment_rates:
title: Historical net enrollment rate, secondary education, females
unit: '%'
short_unit: '%'
description_key:
- Net enrollment rate for secondary school is calculated by dividing the number of students of official school age enrolled in secondary education by the population of the age group which officially corresponds to secondary education, and multiplying by 100.
display:
numDecimalPlaces: 1

m_secondary_enrollment_rates:
title: Historical net enrollment rate, secondary education, males
unit: '%'
short_unit: '%'
description_key:
- Net enrollment rate for secondary school is calculated by dividing the number of students of official school age enrolled in secondary education by the population of the age group which officially corresponds to secondary education, and multiplying by 100.
display:
numDecimalPlaces: 1
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,9 @@ def run(dest_dir: str) -> None:
"mf_adults__25_64_years__percentage_of_tertiary_education",
"mf_youth_and_adults__15_64_years__average_years_of_education",
"f_youth_and_adults__15_64_years__average_years_of_education",
"mf_secondary_enrollment_rates",
"f_secondary_enrollment_rates",
"m_secondary_enrollment_rates",
]
tb_merged_wb = tb_merged_wb[columns_to_use]

Expand Down

0 comments on commit 90f723b

Please sign in to comment.