maxharlow / csvmatch

🔎 Finds fuzzy matches between CSV files
Other
183 stars 22 forks source link

Fuzzy merge for integer values #31

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

maxharlow commented 4 years ago

This is CSV Match, which fuzzy_pandas wraps. You're correct, only strings are handled. You probably want to use another library or implement your own handling of numerical similarity.