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