Add more data & fix ooms
This commit is contained in:
parent
f60fbec9d4
commit
a8cc44ea97
8 changed files with 242 additions and 82 deletions
|
|
@ -105,7 +105,7 @@ def main():
|
|||
right_postcode_col="POSTCODE",
|
||||
)
|
||||
.drop("POSTCODE")
|
||||
.collect()
|
||||
.collect(engine="streaming")
|
||||
)
|
||||
|
||||
matched = joined.filter(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue