Facepalm, set `was_deduped` as bool not the deduped frame..

distribute_dis
Tyler Goodlet 2023-12-11 13:18:10 -05:00
parent e719733f97
commit 7311000846
1 changed files with 1 additions and 1 deletions

View File

@ -173,7 +173,7 @@ def dedupe(src_df: pl.DataFrame) -> tuple[
)
was_deduped: bool = False
if diff:
deduped: bool = True
was_deduped: bool = True
return (
df,