Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG: fix #59965 skipna=True operations don't skip NaN in FloatingArrays #59997

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Oct 7, 2024

  1. BUG: fix pandas-dev#59965 skipna=True operations don't skip NaN in Fl…

    …oatingArrays
    
        - 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
    cooolheater committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    218e5cd View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Configuration menu
    Copy the full SHA
    cc63891 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Use is_float_dtype

    cooolheater committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    edc977e View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    7ec5c80 View commit details
    Browse the repository at this point in the history