Checkpoint all changes
This commit is contained in:
parent
65877acf95
commit
66c2a25457
28 changed files with 3035 additions and 621 deletions
|
|
@ -132,7 +132,9 @@ def main():
|
|||
.str.extract(r"(\d{4})", 1)
|
||||
.cast(pl.UInt16, strict=False)
|
||||
)
|
||||
transfer_year = pl.col("first_transfer_date").dt.year().cast(pl.UInt16, strict=False)
|
||||
transfer_year = (
|
||||
pl.col("first_transfer_date").dt.year().cast(pl.UInt16, strict=False)
|
||||
)
|
||||
is_new_build = pl.col("old_new") == "Y"
|
||||
|
||||
matched = matched.with_columns(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue