Checkpoint all changes

This commit is contained in:
Andras Schmelczer 2026-02-01 19:30:33 +00:00
parent 65877acf95
commit 66c2a25457
28 changed files with 3035 additions and 621 deletions

View file

@ -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(