rapidfuzz / RapidFuzz

Rapid fuzzy string matching in Python using various string metrics

Home Page:https://rapidfuzz.github.io/RapidFuzz/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Handle pd.NA

philipnye opened this issue · comments

Would you consider adding support for pd.NA, handling it like np.nan (as described here #291)? I appreciate that pd.NA is currently experimental.

Yes it makes sense to handle pd.NA similar to np.nan. I added support for this in ac83d6a