RobinL / fuzzymatcher

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

User to specify some columns on which *must* match for the join to be valid #34

Open RobinL opened 6 years ago

RobinL commented 6 years ago

...and not score tokens which match in those groups.

This is equivalent to matching 'within groups of records'

This is essentially binning.