mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fixing HA32 merge
This commit is contained in:
parent
9eccfca70d
commit
2828b005cb
1 changed files with 13 additions and 0 deletions
|
|
@ -906,6 +906,19 @@ class DataLoader:
|
|||
survey_list["Street / Block Name"]
|
||||
)
|
||||
|
||||
survey_list["Street / Block Name"] = np.where(
|
||||
survey_list["Street / Block Name"] == '6 Zeigfeld',
|
||||
'Ziegfeld Court',
|
||||
survey_list["Street / Block Name"]
|
||||
)
|
||||
|
||||
# Malin Lodge, Ronaldsway Close
|
||||
survey_list["Street / Block Name"] = np.where(
|
||||
survey_list["Street / Block Name"] == 'Malin Lodge, Ronaldsway Close',
|
||||
'Malin Lodge',
|
||||
survey_list["Street / Block Name"]
|
||||
)
|
||||
|
||||
return survey_list
|
||||
|
||||
@staticmethod
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue