how to parallel procesing this nested loop on python
问题 I'm trying to reduce a list of names, and in order to perform this I'm using the fuzzywuzzy library. I perform two for loops, both over all the names. If the two names have a fuzzy match score between the 90 and the 100, Then I rewrite the second name with the first name. Here is an example of my dataset, data . nombre 0 VICTOR MORENO MORENO 1 SERGIO HERNANDEZ GUTIERREZ 2 FRANCISCO JAVIER MUÑOZ LOPEZ 3 JUAN RAYMUNDO MORALES MARTINEZ 4 IVAN ERNESTO SANCHEZ URROZ And here is my function: def