matching 95% complete

This commit is contained in:
Khalim Conn-Kowlessar 2024-01-22 17:47:40 +00:00
parent 90a47d765b
commit 4ed4c15480

View file

@ -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."]