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 treatment of NaNs when .apply() function is used on categorical columns. #59966

Merged
merged 8 commits into from
Oct 4, 2024

Conversation

saldanhad
Copy link
Contributor

@saldanhad
Copy link
Contributor Author

saldanhad commented Oct 4, 2024

RFR and looking forward to any suggested edits @mroeschke

pandas/core/apply.py Outdated Show resolved Hide resolved
@mroeschke mroeschke added Categorical Categorical Data Type Apply Apply, Aggregate, Transform, Map labels Oct 4, 2024
@mroeschke mroeschke added this to the 3.0 milestone Oct 4, 2024
@mroeschke mroeschke merged commit 58de332 into pandas-dev:main Oct 4, 2024
51 checks passed
@mroeschke
Copy link
Member

Thanks @saldanhad

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Apply Apply, Aggregate, Transform, Map Categorical Categorical Data Type
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Inconsistent treatment of NaNs when .apply() function is used on categorical columns
2 participants