mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +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"
|
"Hawthorn Road", "Hawthorne Road"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
survey_list["Street / Block Name"] = survey_list["Street / Block Name"].str.replace(
|
||||||
|
"Eastdale Place", "Easdale Place"
|
||||||
|
)
|
||||||
|
|
||||||
matching_lookup = []
|
matching_lookup = []
|
||||||
for _, row in tqdm(survey_list.iterrows(), total=len(survey_list)):
|
for _, row in tqdm(survey_list.iterrows(), total=len(survey_list)):
|
||||||
house_number = row["NO."]
|
house_number = row["NO."]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue