ha50 30% matched

This commit is contained in:
Khalim Conn-Kowlessar 2024-03-07 15:02:23 +00:00
parent 8b70fb346c
commit 3001a98421

View file

@ -1322,6 +1322,10 @@ class DataLoader:
(survey_list["NO."].isin([29])))
]
survey_list["Street / Block Name"] = survey_list["Street / Block Name"].str.replace(
"BRUNDELL OVAL", "BRUNDALL OVAL"
)
return survey_list
@staticmethod