From 4ed4c154805eb2f907b07200bd96b4bec8ed0566 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Mon, 22 Jan 2024 17:47:40 +0000 Subject: [PATCH] matching 95% complete --- etl/eligibility/ha_15_32/ha_analysis_batch_3.py | 4 ++++ 1 file changed, 4 insertions(+) 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."]