Fuzzy merge for integer values
andreys42 opened this issue · 1 comments
andreys42 commented
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
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.