count_enrollment_by_age#

count_enrollment_by_age(popdict)[source]#

Get enrollment count by age for students in the popdict.

Parameters:

popdict (dict) – population dictionary

Returns:

Dictionary of the count of enrolled students by age in popdict.

Return type:

dict