Skip to content

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
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
@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