"# Note: You may need to install rapidfuzz: pip install rapidfuzz\n",
"try:\n",
" from rapidfuzz import process, fuzz\n",
" from rapidfuzz import process, fuzz\n",
"except ImportError:\n",
" raise ImportError(\"The 'rapidfuzz' library is required for fuzzy matching. Please install it with 'pip install rapidfuzz' and rerun this cell.\")\n",