get_household_sizes# get_household_sizes(popdict)[source]# Get household sizes for each household in the popdict. Parameters: popdict (dict) – population dictionary Returns: Dictionary of the generated household size for each household. Return type: dict