issues
search
RobinL
/
fuzzymatcher
Record linking package that fuzzy matches two Python pandas dataframes using sqlite3 fts4
MIT License
281
stars
60
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Can fuzzymatcher support unicode characters?
#66
lingxuan9
opened
1 year ago
0
`best_match_score` equals `nan`
#65
OleksiyAnokhin
opened
2 years ago
0
remove outdated dependency
#64
maxbachmann
closed
2 years ago
0
replacing fuzzywuzzy with rapidfuzz
#63
wdchild
closed
2 years ago
0
ImportError: cannot import name lru_cache
#62
francespizzuo
closed
3 years ago
0
Unable to install package
#61
candysan7
opened
3 years ago
0
Using RapidFuzz instead FuzzyWuzzy
#60
matalab
opened
3 years ago
1
scorer_default.py 107 return 1/prob ZeroDivisionError: float division by zero
#59
CinderZhang
opened
4 years ago
0
Error when running on Windows: sqlite3.OperationalError: no such module: fts4
#58
monocongo
opened
4 years ago
3
New Zero Division Error Issue
#57
StephenCranney
opened
4 years ago
2
URGENT:How to use Fuzzymatcher for one dataset
#56
jennguo9
opened
4 years ago
2
Deduping a single df
#55
matt-erhart
opened
4 years ago
1
fts5 considers unrecognized column options to be errors
#54
EvilConsultant
opened
4 years ago
1
use rapidfuzz instead of fuzzywuzzy
#53
maxbachmann
closed
3 years ago
0
Processing time high on large datasets
#52
PriyaNagesh
opened
4 years ago
1
OperationalError: malformed MATCH expression
#51
egolinko
opened
4 years ago
3
fix
#50
RobinL
closed
5 years ago
0
Add CI
#49
RobinL
closed
5 years ago
1
(WIP) Get rid of Levenstein dep
#48
RobinL
closed
5 years ago
1
OperationalError: malformed MATCH expression
#47
soliverc
closed
5 years ago
2
Question on string length / parsing before fuzzy matching.
#46
soliverc
closed
5 years ago
1
Readme should explain meaning of scores
#45
soliverc
opened
5 years ago
4
OperationalError: No Such Module:fts4
#44
ReddyKatta89
opened
5 years ago
2
Update tokencomparison.py
#43
chris1610
closed
5 years ago
1
ZeroDivisionError: float division by zero
#42
bhamehul
closed
5 years ago
3
update docstrings
#41
RobinL
closed
6 years ago
0
Don't depend on python-levenstein
#40
RobinL
closed
5 years ago
3
Division By Zero in def is_mispelling
#39
gffde3
opened
6 years ago
12
Need better performance metrics
#38
RobinL
opened
6 years ago
0
Tidy
#37
RobinL
closed
6 years ago
1
fixed problem with special words in tokens
#36
RobinL
closed
6 years ago
0
Punctuation bug
#35
RobinL
closed
6 years ago
1
User to specify some columns on which *must* match for the join to be valid
#34
RobinL
opened
6 years ago
0
added test for when nulls are present
#33
RobinL
closed
6 years ago
1
Bigdata
#32
RobinL
closed
6 years ago
0
Issue 20
#31
RobinL
closed
6 years ago
0
add time performance
#30
RobinL
closed
6 years ago
0
Dealing with 'punishment' of non-matching tokens
#29
RobinL
closed
6 years ago
0
python3 TypeError: join() takes no keyword arguments
#28
kleinias
opened
6 years ago
1
Link table fails on NaN
#27
HaydenSansum
closed
6 years ago
1
Cartesian and normal datagetter produce different results due to dmetaphone problems
#26
RobinL
closed
6 years ago
0
Scorer
#25
RobinL
closed
6 years ago
0
better example
#24
RobinL
closed
6 years ago
0
Random ideas
#23
RobinL
opened
6 years ago
0
Improve simple example
#22
RobinL
closed
6 years ago
0
Profile code
#21
RobinL
opened
6 years ago
1
Properly split out __concat_all and __alternative_tokens
#20
RobinL
closed
6 years ago
0
updated scorer to account for non-matching tokens
#19
RobinL
closed
6 years ago
0
added check for string
#18
RobinL
closed
6 years ago
1
new performance metric
#17
RobinL
closed
6 years ago
0
Next