seatgeek / fuzzywuzzy

Fuzzy String Matching in Python
http://chairnerd.seatgeek.com/fuzzywuzzy-fuzzy-string-matching-in-python/
GNU General Public License v2.0
9.21k stars 874 forks source link

How to keep duplicates and in the list and not delete them in process.dedupe? #276

Open Gandharv30 opened 4 years ago

Gandharv30 commented 4 years ago

I am new to python and i don't know what and how to change at the library level. How can I keep duplicates/close matches in the list and not delete them which library automatically does?