check_enrollment_rates_by_age#

check_enrollment_rates_by_age(location)[source]#

Check that the enrollment rates by age is an array of arrays, where each sub array has length 2.

Parameters:

location (json) – the json object with location data

Returns:

[True, None] if checks pass. [False, str] if checks fail.