ha50 51% matched

This commit is contained in:
Khalim Conn-Kowlessar 2024-03-07 15:14:53 +00:00
parent 3001a98421
commit 4afd012e51

View file

@ -1326,6 +1326,13 @@ class DataLoader:
"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
@staticmethod