Closed
Description
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).
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).