Skip to content

Remove test_groupby_agg_extension (marked xfail) #54272

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 3 commits into from
Jul 28, 2023

Conversation

MichaelTiemannOSC
Copy link
Contributor

Remove special test_groupby_agg_extension in test_json.py as we can now pass the test generally with these fixes to GroupBy.first and GroupBy.last.

Remove special `test_groupby_agg_extension` in `test_json.py` as we can now pass the test generally with these fixes to `GroupBy.first` and `GroupBy.last`.

Signed-off-by: Michael Tiemann <[email protected]>
Fix sort order.

Signed-off-by: Michael Tiemann <[email protected]>
@MichaelTiemannOSC
Copy link
Contributor Author

In the course of winnowing away unnecessary changes in a PR related to extension arrays, I found that this was one useful result of that work. I'm re-submitting as a fresh PR that specifically fixes a single reported bug, following guidance in that bug report, and what I've learned along the way.

@MichaelTiemannOSC MichaelTiemannOSC marked this pull request as ready for review July 27, 2023 03:53
Incorporate suggestions from @mroeschke (consolidating docs and fixing a malformed return statement).

Signed-off-by: Michael Tiemann <[email protected]>

Co-authored-by: Matthew Roeschke <[email protected]>
@mroeschke mroeschke added this to the 2.1 milestone Jul 28, 2023
@mroeschke mroeschke merged commit 6f419a8 into pandas-dev:main Jul 28, 2023
@mroeschke
Copy link
Member

Thanks @MichaelTiemannOSC

@MichaelTiemannOSC MichaelTiemannOSC deleted the Fix-GH#39098 branch July 29, 2023 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: Groupby agg on decimal,json extension arrays changes dtype to object
2 participants