Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Warning error for fuzzywuzzy #2555

Open
golnazijadi opened this issue Aug 31, 2018 · 0 comments
Open

Warning error for fuzzywuzzy #2555

golnazijadi opened this issue Aug 31, 2018 · 0 comments

Comments

@golnazijadi
Copy link

golnazijadi commented Aug 31, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant