The Weekly Data Engineering Newsletter
Thanks for the weekly update. Any alternative to fuzzy-matcher in Python? (similar features)
rapidfuzz and fuzzywuzzy are the popular ones. rapidfuzz is a bit faster with its c++ implementation under the hood.
Thanks for the weekly update. Any alternative to fuzzy-matcher in Python? (similar features)
rapidfuzz and fuzzywuzzy are the popular ones. rapidfuzz is a bit faster with its c++ implementation under the hood.