check_household_size_distribution# check_household_size_distribution(location)[source]# Check that the household size distribution is an array of arrays, where each sub array has length 2. Parameters: location (json) – the json object location data Returns: [True, None] if checks pass. [False, str] if checks fail.