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

ASV: add GroupBy.sum benchmark with timedelta and integer types #55273

Merged
merged 4 commits into from
Sep 25, 2023

Conversation

josemayer
Copy link
Contributor

@josemayer josemayer commented Sep 25, 2023

@mroeschke mroeschke added the Benchmark Performance (ASV) benchmarks label Sep 25, 2023
@mroeschke mroeschke added this to the 2.2 milestone Sep 25, 2023
@mroeschke mroeschke merged commit bdc2cd4 into pandas-dev:main Sep 25, 2023
37 checks passed
@mroeschke
Copy link
Member

Thanks @josemayer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Benchmark Performance (ASV) benchmarks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DataFrame.groupby.sum() is extremely slow when dtype is timedelta64[ns] compared to int64.
2 participants