I am trying to clean data using fuzzy match. The df like:
category description
1 almnd
1 almond
2 choc
2 choco
I want to have all similar descriptions to be same one under same category like that:
category description
1 almnd
1 almnd
2 choc
2 choc