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
Thanks for reporting this.
I had a look and the easiest fix is to downgrade dedupe to version 2.0.13.
I'll have a closer look at the latest release of dedupe (version 2.0.14) and see how we can ensure compatiblity.
Let me know if it works or have any further questions.
Hi all, I am using the postgresql approach with own data ~40K records. I am getting the same error
"ValueError: Cannot take a larger sample than population when replace is False".
I am trying to dedupe my dataframe which has a column
Test_names
. I have only around 40 rowsSo, I tried the below code from this tutorial https://pypi.org/project/pandas-dedupe/
I got the below error
ValueError: Cannot take a larger sample than population when replace is False
I also tried the below
And got the same error
ValueError: Cannot take a larger sample than population when replace is False
The text was updated successfully, but these errors were encountered: