"# rapidfuzz was already imported in an earlier cell\n",
" from rapidfuzz import process, fuzz\n",
"# from rapidfuzz import process, fuzz\n",
"except ImportError:\n",
"\n",
" raise ImportError(\"The 'rapidfuzz' library is required for fuzzy matching. Please install it with 'pip install rapidfuzz' and rerun this cell.\")\n",