get_employment_rates_by_age#

get_employment_rates_by_age(employment_count_by_age, age_count)[source]#

Get employment rates by age.

Parameters:
  • employment_count_by_age (dict) – dictionary of the count of employed people

  • age_count (dict) – dictionary of the age count

Returns:

Dictionary of the employment rates by age.

Return type:

dict