diff --git a/etl/eligibility/ha_15_32/ha_analysis_batch_3.py b/etl/eligibility/ha_15_32/ha_analysis_batch_3.py index ff717f86..261c0fd4 100644 --- a/etl/eligibility/ha_15_32/ha_analysis_batch_3.py +++ b/etl/eligibility/ha_15_32/ha_analysis_batch_3.py @@ -219,6 +219,10 @@ class DataLoader: # Strip out /TALKE from the street name survey_list["Street / Block Name"] = survey_list["Street / Block Name"].str.replace("/TALKE", "") + survey_list["Street / Block Name"] = survey_list["Street / Block Name"].str.replace( + "Woodcutts Street", "Woodshutts Street" + ) + matching_lookup = [] for _, row in tqdm(survey_list.iterrows(), total=len(survey_list)): house_number = row["NO."]