mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
ha50 30% matched
This commit is contained in:
parent
8b70fb346c
commit
3001a98421
1 changed files with 4 additions and 0 deletions
|
|
@ -1322,6 +1322,10 @@ class DataLoader:
|
|||
(survey_list["NO."].isin([29])))
|
||||
]
|
||||
|
||||
survey_list["Street / Block Name"] = survey_list["Street / Block Name"].str.replace(
|
||||
"BRUNDELL OVAL", "BRUNDALL OVAL"
|
||||
)
|
||||
|
||||
return survey_list
|
||||
|
||||
@staticmethod
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue