Skip to content

ASV: add FrameMixedDtypesOps #55939

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 5 commits into from
Nov 14, 2023
Merged

ASV: add FrameMixedDtypesOps #55939

merged 5 commits into from
Nov 14, 2023

Conversation

quangngd
Copy link
Contributor

@mroeschke mroeschke added the Benchmark Performance (ASV) benchmarks label Nov 13, 2023
quangngd and others added 2 commits November 13, 2023 16:18
@mroeschke mroeschke added this to the 2.2 milestone Nov 14, 2023
"ts": pd.date_range(start="1/1/2000", periods=N, freq="h"),
}
)
if op in ("sum", "skew", "kurt", "prod", "sem", "var") or (
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you put this if statement before N and df are created?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

moved.
ci on arm failed on test_dti_constructor_with_non_nano_now_today. seems like a flaky test tho

@mroeschke mroeschke merged commit 66b5235 into pandas-dev:main Nov 14, 2023
@mroeschke
Copy link
Member

Thanks @quangngd

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.

PERF: DataFrame.mean() is slow with datetime columns
2 participants