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: GH38672 SeriesGroupBy.value_counts for categorical #38796

Merged
merged 5 commits into from
Dec 31, 2020
Merged

BUG: GH38672 SeriesGroupBy.value_counts for categorical #38796

merged 5 commits into from
Dec 31, 2020

Commits on Dec 30, 2020

  1. BUG: GH38672 SeriesGroupBy.value_counts for categorical

    Unobserved categories in Series were being dropped in value_counts, which was inconsistent with Series.value_counts
    venaturum committed Dec 30, 2020
    Configuration menu
    Copy the full SHA
    68366d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59718b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2020

  1. Configuration menu
    Copy the full SHA
    7bfd67d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49bdf84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fbc3065 View commit details
    Browse the repository at this point in the history