dedupeio / dedupe-examples

:id: Examples for using the dedupe library
MIT License
404 stars 216 forks source link

AttributeError: 'Dedupe' object has no attribute 'sample' #131

Open manasuyyc opened 1 year ago

manasuyyc commented 1 year ago

I was attempting to try the library by running the CSV example provided. When running, the following issue comes up:

File "csv_example.py", line 111, in <module> deduper.sample(data_d, 15000) AttributeError: 'Dedupe' object has no attribute 'sample'

A few people have also reported the same issue elsewhere, but I haven't been able to find a solution. I have also found it reported on Github.