{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "# String comparisons\n", "\n", "In this notebook we use the popular library for string comparisons [fuzzywuzzy](https://github.com/seatgeek/fuzzywuzzy). It is based on the built-in Python library [difflib](https://docs.python.org/3/library/difflib.html). For more information on the various methods available and their differences, see the blog post [FuzzyWuzzy: Fuzzy String Matching in Python](https://chairnerd.seatgeek.com/fuzzywuzzy-fuzzy-string-matching-in-python/).\n", "\n", "