I got two google sheets, one sheet has a column with 8000~ Names and another sheet with another column with 4000~ Names.
What I would like to do is with python, match those two columns with each others, modify the names that have a ratio of similaritude of 51 to 99% to be the same and not modify those that have under 50%.
Why ? I need to merge alot of data and some of the names aren't the same, for exemple I have :
Sheet 1 - Column 1 "Name"
Apple LTD.
Microsoft
IBM Security
Stack Overflow
Sheet 2 - Column 1 "Name"
Apple LT.
Microoft
IBM Seurit
Stak Overfow
So I would like that the sheet 2 automatically takes the sheet 1's name since it's the correct one.