From 96893aae14c3896a62fbb8c76a58e41ea567a3e3 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Mon, 22 Jan 2024 16:51:43 +0000 Subject: [PATCH] matching 61% 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 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."]