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: fixpandas-dev#59965 skipna=True operations don't skip NaN in FloatingArrays
- Issue: The skipna was not properly handled for BaseMaskedArray
- Fix: Added mask for NA values
- Test: Added test to series/test_reductions since the test uses
0 commit comments