RobinL / fuzzymatcher

Record linking package that fuzzy matches two Python pandas dataframes using sqlite3 fts4
MIT License
281 stars 60 forks source link

`best_match_score` equals `nan` #65

Open OleksiyAnokhin opened 2 years ago

OleksiyAnokhin commented 2 years ago

Good day, @RobinL.

I am matching a dataframe with names and one combination gives me nan. Any suggestions?

image

Thanks!