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 05c0299c..52117d17 100644 --- a/etl/eligibility/ha_15_32/ha_analysis_batch_3.py +++ b/etl/eligibility/ha_15_32/ha_analysis_batch_3.py @@ -264,6 +264,10 @@ class DataLoader: "Hawthorn Road", "Hawthorne Road" ) + survey_list["Street / Block Name"] = survey_list["Street / Block Name"].str.replace( + "Eastdale Place", "Easdale Place" + ) + matching_lookup = [] for _, row in tqdm(survey_list.iterrows(), total=len(survey_list)): house_number = row["NO."]