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.