-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
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
ASV: add FrameMixedDtypesOps #55939
Conversation
Co-authored-by: Matthew Roeschke <[email protected]>
Co-authored-by: Matthew Roeschke <[email protected]>
"ts": pd.date_range(start="1/1/2000", periods=N, freq="h"), | ||
} | ||
) | ||
if op in ("sum", "skew", "kurt", "prod", "sem", "var") or ( |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
Thanks @quangngd |
Added mixed-dtype reduction asv