You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG: Fix NA comparison inconsistency for object dtype Series
Fix comp_method_OBJECT_ARRAY to return BooleanArray when input contains
pd.NA values, ensuring NA is properly propagated in comparison results
instead of returning False.
Closes#63328
0 commit comments