mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
handling ha56 dupes|
This commit is contained in:
parent
8b3f4d3a52
commit
4a6711a140
1 changed files with 7 additions and 0 deletions
|
|
@ -1846,6 +1846,13 @@ class DataLoader:
|
|||
"PORTLAND RD", "Portland Road"
|
||||
)
|
||||
|
||||
# We remove a row, because two rows match to a block listing
|
||||
survey_list = survey_list[
|
||||
~((survey_list["Street / Block Name"] == "Tavlin Avenue") &
|
||||
(survey_list["NO."] == 17) &
|
||||
(survey_list["Post Code"] == "WA5 0EN"))
|
||||
]
|
||||
|
||||
return survey_list
|
||||
|
||||
@staticmethod
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue