TYP: Non-overlapping identity checks with pd.NaT #44213
Labels
Needs Triage
Issue that has not been reviewed by a pandas team member
Typing
type annotations, mypy/pyright type checking
Either wrong type annotations in pandas/core/ops/mask_ops.py or there are a few branches that will never get hit (
bool | np.ndarray
can never beNAType
).Found in #43744
edit: happens in a few more places as well
The text was updated successfully, but these errors were encountered: