mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
multiple further corrections
This commit is contained in:
parent
a45ac1e14f
commit
95dd23e925
1 changed files with 7 additions and 1 deletions
|
|
@ -176,7 +176,13 @@ def load_data():
|
||||||
survey_list["Street / Block Name"] = survey_list["Street / Block Name"].str.replace("princess avenue",
|
survey_list["Street / Block Name"] = survey_list["Street / Block Name"].str.replace("princess avenue",
|
||||||
"princes avenue")
|
"princes avenue")
|
||||||
survey_list["Street / Block Name"] = survey_list["Street / Block Name"].str.replace("edge ford crecent",
|
survey_list["Street / Block Name"] = survey_list["Street / Block Name"].str.replace("edge ford crecent",
|
||||||
"edge fold crecent")
|
"edge fold crescent")
|
||||||
|
survey_list["Street / Block Name"] = survey_list["Street / Block Name"].str.replace("conniston avenue",
|
||||||
|
"coniston avenue")
|
||||||
|
survey_list["Street / Block Name"] = survey_list["Street / Block Name"].str.replace("blackthorne crescent",
|
||||||
|
"blackthorn crescent")
|
||||||
|
survey_list["Street / Block Name"] = survey_list["Street / Block Name"].str.replace("wellstock road",
|
||||||
|
"aellstock lane")
|
||||||
|
|
||||||
# Replacement for clively avenue 66-68
|
# Replacement for clively avenue 66-68
|
||||||
survey_list["NO."] = np.where(
|
survey_list["NO."] = np.where(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue