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
Fix alignment in Series subtraction with MultiIndex and NaN (GH#60908)
Fixes an issue where subtracting a Series with a MultiIndex containing
NaN values from a regular Index Series led to incorrect results.
Updated _align_for_op to properly reindex right-hand Series based on
the first level of the MultiIndex and handle empty Series cases.
Added test_subtraction_nanindex to ensure correct behavior.
0 commit comments