mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
matching 95% complete
This commit is contained in:
parent
90a47d765b
commit
4ed4c15480
1 changed files with 4 additions and 0 deletions
|
|
@ -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."]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue