Facepalm, set `was_deduped` as bool not the deduped frame..
parent
e719733f97
commit
7311000846
|
@ -173,7 +173,7 @@ def dedupe(src_df: pl.DataFrame) -> tuple[
|
||||||
)
|
)
|
||||||
was_deduped: bool = False
|
was_deduped: bool = False
|
||||||
if diff:
|
if diff:
|
||||||
deduped: bool = True
|
was_deduped: bool = True
|
||||||
|
|
||||||
return (
|
return (
|
||||||
df,
|
df,
|
||||||
|
|
Loading…
Reference in New Issue