Fix joining
This commit is contained in:
parent
1c58dc2fe5
commit
c715475351
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ def main():
|
|||
pl.col("property_type")
|
||||
.alias("pp_property_type")
|
||||
.replace(property_type_map),
|
||||
"postcode",
|
||||
pl.col("postcode").str.strip_chars(),
|
||||
"paon",
|
||||
"saon",
|
||||
"street",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue