You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a workaround could you try adding a dataset.df.reset_index(drop=True) in the fuzzy_dedupe method before calling fuzzy_dup. My best guess is it's related to #48 since after the first removal the indices are no longer consistent.
Python script to reproduce:
Console output:
Please note, this error only happens when
false_positive_check=True
. When False (the default), it works as expected.The text was updated successfully, but these errors were encountered: