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

REGR: groupby.count returning string dtype instead of numeric for string input #54752

Merged
merged 1 commit into from
Aug 25, 2023

Conversation

phofl
Copy link
Member

@phofl phofl commented Aug 25, 2023

@phofl phofl added Groupby Regression Functionality that used to work in a prior pandas version Blocker Blocking issue or pull request for an upcoming release labels Aug 25, 2023
@phofl phofl added this to the 2.1 milestone Aug 25, 2023
@phofl phofl requested a review from rhshadrach as a code owner August 25, 2023 09:43
@phofl phofl changed the title REGR: count returning string dtype instead of numeric for string input REGR: groupby.count returning string dtype instead of numeric for string input Aug 25, 2023
@mroeschke mroeschke merged commit ce95f4e into pandas-dev:main Aug 25, 2023
39 checks passed
@mroeschke
Copy link
Member

Thanks @phofl

meeseeksmachine pushed a commit to meeseeksmachine/pandas that referenced this pull request Aug 25, 2023
mroeschke pushed a commit that referenced this pull request Aug 25, 2023
…ing dtype instead of numeric for string input) (#54762)

Backport PR #54752: REGR: groupby.count returning string dtype instead of numeric for string input

Co-authored-by: Patrick Hoefler <61934744+phofl@users.noreply.github.com>
@phofl phofl deleted the 54751 branch August 25, 2023 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocker Blocking issue or pull request for an upcoming release Groupby Regression Functionality that used to work in a prior pandas version
Projects
None yet
Development

Successfully merging this pull request may close these issues.

REGR: groupby.count on string[pyarrow] returns column with string dtype instead of integer
2 participants