PopulationByAge.age_ranges

adrio.acs5.PopulationByAge.age_ranges(year)

Lists the AgeRanges used by the ACS5 population by age table in definition order for the given year. Note that this does not correspond one-to-one with the values in the B01001 table – this list omits “total” columns and duplicates.

This is a static method.

Parameters

year: int

A supported ACS5 year.

Returns

Sequence[AgeRange]

The age ranges.