jsoma / fuzzy_pandas

Fuzzy matches and merging of datasets in pandas using csvmatch
MIT License
72 stars 19 forks source link

Fuzzy merge for integer values #1

Closed andreys42 closed 4 years ago

andreys42 commented 4 years ago

Am I wrong , fuzzy_pandas cant handle fuzzy logic related to integer values? Let's say we have fuzzy coordinates (X,Y). The only way is to convert them to string? Thank you