REF: Simplify JoinUnit.is_na for categorical #20833
Labels
Categorical
Categorical Data Type
Closing Candidate
May be closeable, needs more eyeballs
Internals
Related to non-user accessible pandas implementation
Refactor
Internal refactoring of code
Milestone
In JoinUnit.is_na we get the categories
pandas/pandas/core/internals.py
Lines 5782 to 5783 in 6cacdde
and then check if they're all not na. Categories can't have NA in them, so we can just return False (I think).
The text was updated successfully, but these errors were encountered: