get_enrollment_rates_by_age#
- get_enrollment_rates_by_age(enrollment_count_by_age, age_count)[source]#
Get enrollment rates by age.
- Parameters:
enrollment_count_by_age (dict) – dictionary of the count of enrolled students
age_count (dict) – dictionary of the age count
- Returns:
Dictionary of the enrollment rates by age.
- Return type:
dict