Skip to content

Conversation

halogen22
Copy link
Contributor

@halogen22 halogen22 commented Mar 16, 2025

Issue #58926
Edited pandas.core.algorithms.mode function so that mode(dropna=False) works with nullable integers.
PR of others before: #58931

@halogen22 halogen22 requested a review from WillAyd as a code owner March 16, 2025 10:09
@mroeschke mroeschke added the NA - MaskedArrays Related to pd.NA and nullable extension arrays label Mar 17, 2025
@mroeschke mroeschke added this to the 3.0 milestone Mar 17, 2025
@mroeschke mroeschke merged commit 1e899af into pandas-dev:main Mar 17, 2025
46 checks passed
@mroeschke
Copy link
Member

Thanks @halogen22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NA - MaskedArrays Related to pd.NA and nullable extension arrays
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: .mode(dropna=False) doesn't work with nullable integers
2 participants