mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
fixed bug in asset list cleaning
This commit is contained in:
parent
4a6711a140
commit
ba65b6c8e3
1 changed files with 2 additions and 2 deletions
|
|
@ -702,8 +702,8 @@ class DataLoader:
|
|||
)
|
||||
|
||||
asset_list["ECO Eligibility"] = np.where(
|
||||
~((asset_list["Post Code"] == "WA5 0EN") &
|
||||
(asset_list["Address 1"] == "Block 17-26 Tavlin Avenue")),
|
||||
((asset_list["Post Code"] == "WA5 0EN") &
|
||||
(asset_list["Address 1"] == "Block 17-26 Tavlin Avenue")),
|
||||
"Not eligible",
|
||||
asset_list["ECO Eligibility"]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue