You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.
I have two lists and applied fuzzywuzzy (process.extractOne) for name matching, I have this warning:
List_source = list(NoDupsRP1['Organisation Name1'])
List_names = list(NoDupsCCOD['ProprietorName1'])
List_names is big 3,641,571 records
WARNING:root:Applied processor reduces input query to empty string, all comparisons will have score 0. [Query: '']
Could you please explain how to solve this issue.
The text was updated successfully, but these errors were encountered: