-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG/REGR: Fix subset for DataFrameGroupBy.value_counts #48164
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/REGR: Fix subset for DataFrameGroupBy.value_counts #48164
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm
…By.value_counts
…eGroupBy.value_counts) (#48204) Backport PR #48164: BUG/REGR: Fix subset for DataFrameGroupBy.value_counts Co-authored-by: Matthew Roeschke <[email protected]>
@@ -37,6 +37,7 @@ Bug fixes | |||
~~~~~~~~~ | |||
- The :class:`errors.FutureWarning` raised when passing arguments (other than ``filepath_or_buffer``) as positional in :func:`read_csv` is now raised at the correct stacklevel (:issue:`47385`) | |||
- Bug in :meth:`DataFrame.to_sql` when ``method`` was a ``callable`` that did not return an ``int`` and would raise a ``TypeError`` (:issue:`46891`) | |||
- Bug in :meth:`DataFrameGroupBy.value_counts` where ``subset`` had no effect (:issue:`44267`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @simonjayhawkins! Sounds good
doc/source/whatsnew/v1.4.4.rst
file if fixing a bug or adding a new feature.