Questions tagged [rapidfuzz]

RapidFuzz is a library to perform fuzzy string matching in Python and C++

16 questions
-1
votes
2 answers

I'm trying to get the distance between two strings in two column and put the result on the next 3rd column, but why it yields the same result for all?

Here is my dataframe: RIGHT_SHORTNAME Item_Name 0 S/BAG PKT SEMBAKO S/BAG PKT SEMBAKO 1 ORAL B 123 SOFT2S ORAL B 123 SOFT2S 2 ORAL B 123 SOFT2S ORAL B 123 SOFT2S 3 CINDERELLA COTBUD CINDERELLA COTBUD 4 PROCHIZ 10S 170GR …
1
2