diff --git a/etl/eligibility/ha_15_32/ha16_app.py b/etl/eligibility/ha_15_32/ha16_app.py index 0d5a3361..e98f8ddc 100644 --- a/etl/eligibility/ha_15_32/ha16_app.py +++ b/etl/eligibility/ha_15_32/ha16_app.py @@ -127,6 +127,7 @@ def load_data(): survey_list["Street / Block Name"] = survey_list["Street / Block Name"].str.replace("eccels", "eccles") survey_list["Street / Block Name"] = survey_list["Street / Block Name"].str.replace("chatley, road", "chatley road") survey_list["Street / Block Name"] = survey_list["Street / Block Name"].str.replace("vaughen", "Vaughan") + survey_list["Street / Block Name"] = survey_list["Street / Block Name"].str.replace("cresent", "crescent") # We now need to merge the survey list onto the asset list # Could be easier just to do a search on each row, even though it's much slower