Fix joining

This commit is contained in:
Andras Schmelczer 2026-02-07 11:49:35 +00:00
parent 1c58dc2fe5
commit c715475351

View file

@ -62,7 +62,7 @@ def main():
pl.col("property_type") pl.col("property_type")
.alias("pp_property_type") .alias("pp_property_type")
.replace(property_type_map), .replace(property_type_map),
"postcode", pl.col("postcode").str.strip_chars(),
"paon", "paon",
"saon", "saon",
"street", "street",