mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
ha50 51% matched
This commit is contained in:
parent
3001a98421
commit
4afd012e51
1 changed files with 7 additions and 0 deletions
|
|
@ -1326,6 +1326,13 @@ class DataLoader:
|
||||||
"BRUNDELL OVAL", "BRUNDALL OVAL"
|
"BRUNDELL OVAL", "BRUNDALL OVAL"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# Remove 4 Linden Place
|
||||||
|
survey_list = survey_list[
|
||||||
|
~((survey_list["Street / Block Name"] == "Linden Place") &
|
||||||
|
(survey_list["Post Code"] == "ST3 3AT") &
|
||||||
|
(survey_list["NO."].isin([4])))
|
||||||
|
]
|
||||||
|
|
||||||
return survey_list
|
return survey_list
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue