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: Correct numeric_only default for resample var and std #47749

Merged

Conversation

rhshadrach
Copy link
Member

No whatsnew since this was introduced in 1.5.0. The test would have caught it but it was explicitly passing numeric_only=lib.no_default instead of just not passing any arg.

As far as I know, this was the last task for #46560.

@rhshadrach rhshadrach added Bug Numeric Operations Arithmetic, Comparison, and Logical operations Resample resample method Nuisance Columns Identifying/Dropping nuisance columns in reductions, groupby.add, DataFrame.apply labels Jul 16, 2022
@rhshadrach rhshadrach added this to the 1.5 milestone Jul 16, 2022
@rhshadrach rhshadrach mentioned this pull request Jul 16, 2022
9 tasks
@mroeschke mroeschke merged commit 0a6be38 into pandas-dev:main Jul 16, 2022
@mroeschke
Copy link
Member

Awesome work @rhshadrach! This was a herculean effort 🎉

@rhshadrach
Copy link
Member Author

rhshadrach commented Jul 18, 2022

Thanks for all the reviews @mroeschke!

@rhshadrach rhshadrach deleted the resampler_numeric_only_default branch July 18, 2022 21:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Nuisance Columns Identifying/Dropping nuisance columns in reductions, groupby.add, DataFrame.apply Numeric Operations Arithmetic, Comparison, and Logical operations Resample resample method
Projects
None yet
Development

Successfully merging this pull request may close these issues.

API: numeric_only consistency
2 participants