Skip to content

ENH: Add numeric_only to certain groupby ops #46728

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

Merged
merged 16 commits into from
Apr 30, 2022
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit Hold shift + click to select a range
f7b76f2
ENH: Add numeric_only to certain groupby ops
rhshadrach Apr 10, 2022
d6129de
Merge branch 'main' of https://github.com/pandas-dev/pandas into add_…
rhshadrach Apr 10, 2022
d434816
Fix type-hint
rhshadrach Apr 11, 2022
ebf777a
test fixup
rhshadrach Apr 11, 2022
bb424ba
Merge branch 'main' of https://github.com/pandas-dev/pandas into add_…
rhshadrach Apr 11, 2022
de2e7b3
Merge branch 'main' of https://github.com/pandas-dev/pandas into add_…
rhshadrach Apr 14, 2022
58e9ddc
fixup
rhshadrach Apr 14, 2022
134313e
Merge branch 'main' of https://github.com/pandas-dev/pandas into add_…
rhshadrach Apr 15, 2022
6921c94
Merge branch 'add_numeric_only_gb' of https://github.com/rhshadrach/p…
rhshadrach Apr 15, 2022
8e435ab
Merge branch 'main' of https://github.com/pandas-dev/pandas into add_…
rhshadrach Apr 19, 2022
bc53f90
Merge branch 'main' of https://github.com/pandas-dev/pandas into add_…
rhshadrach Apr 21, 2022
88caf9b
Simplify var
rhshadrach Apr 23, 2022
f2bee5f
Merge branch 'main' of https://github.com/pandas-dev/pandas into add_…
rhshadrach Apr 23, 2022
dbd81cd
fixup
rhshadrach Apr 28, 2022
b176238
Merge branch 'main' of https://github.com/pandas-dev/pandas into add_…
rhshadrach Apr 28, 2022
c79c700
fixup
rhshadrach Apr 29, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
…numeric_only_gb

� Conflicts:
�	doc/source/whatsnew/v1.5.0.rst
  • Loading branch information
rhshadrach committed Apr 19, 2022
commit 8e435ab50508f5bf582ca4a1a3258441099d5e72
1 change: 1 addition & 0 deletions doc/source/whatsnew/v1.5.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ Other enhancements
- :meth:`pd.concat` now raises when ``levels`` is given but ``keys`` is None (:issue:`46653`)
- :meth:`pd.concat` now raises when ``levels`` contains duplicate values (:issue:`46653`)
- Added ``numeric_only`` argument to :meth:`DataFrame.corr`, :meth:`DataFrame.corrwith`, :meth:`DataFrame.cov`, :meth:`DataFrame.idxmin`, :meth:`DataFrame.idxmax`, :meth:`.GroupBy.idxmin`, :meth:`.GroupBy.idxmax`, :meth:`.GroupBy.var`, :meth:`.GroupBy.std`, :meth:`.GroupBy.sem`, and :meth:`.GroupBy.quantile` (:issue:`46560`)
- A :class:`errors.PerformanceWarning` is now thrown when using ``string[pyarrow]`` dtype with methods that don't dispatch to ``pyarrow.compute`` methods (:issue:`42613`)

.. ---------------------------------------------------------------------------
.. _whatsnew_150.notable_bug_fixes:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.