Is there any way we can use Pandas to calculate the string similarity with the previous rows in the column?
Row 1: Businesses Pte Ltd
Row 2: Business Pvt Ltd
Row 3: Global Pvt Ltd
It will compare the Row 1 and Row 2, come up with a percentage of similarity. If it is about 90%, replace Row 2 with Row 1 values and so on.
Result
Row 1: Businesses Pte Ltd
Row 2: Businesses Pte Ltd
Row 3: Global Pvt Ltd