On the config.yaml file, we have a duplicate. At lines L24-25 it pulls families with children with and single mothers. But at line L34-35 we are again pulling the same variables with a different name.
Let's revise lines L24-25 to:
single_mother_families_perc_numer: B09005_005E
single_mother_families_perc_denom: B09002_001E
and keep L34-35 as is.
On the config.yaml file, we have a duplicate. At lines L24-25 it pulls families with children with and single mothers. But at line L34-35 we are again pulling the same variables with a different name.
Let's revise lines L24-25 to:
single_mother_families_perc_numer: B09005_005E
single_mother_families_perc_denom: B09002_001E
and keep L34-35 as is.