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
{{ message }}
This repository was archived by the owner on Jul 7, 2025. It is now read-only.
when using the package I see this warning:
site-packages/pandas_dedupe/utility_functions.py:17: FutureWarning: The default value of regex will change from True to False in a future version.
I assume the devs will eventually notice this and fix it, but it should be easy enough to provide an explicit input to that keyword argument.
when using the package I see this warning:
site-packages/pandas_dedupe/utility_functions.py:17: FutureWarning: The default value of regex will change from True to False in a future version.
I assume the devs will eventually notice this and fix it, but it should be easy enough to provide an explicit input to that keyword argument.