I do coding using Python I tried to use soundex() in googlecolab by importing fuzzy . But I can not use . Pl. guide
Asked
Active
Viewed 50 times
-1
-
1Welcome to SO! Please give an idea, what have you tried so far. What is the specific problem? – Andy A. May 20 '21 at 11:19
1 Answers
1
You can add !pip install fuzzy
before import fuzzy
in colab and you should be able to use soundex()

Yeshwanth N
- 570
- 4
- 15