-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
PERF: regression in DataFrame.shift method performance #42246
Comments
2 possible improvements come to mind:
|
because the regression is a labelled as a refactor and the test fixed is for ArrayManager which is not yet public, is reverting for 1.3 also an option? (and do the refactor for 1.4 instead) |
sure |
moving to 1.4, xref #42322 |
Closing. The PR that caused the perf regression was reverted, and my initial idea of eventually un-reverting looks very unlikely. |
Performance regression in
shift
caused by #40536I don't know if it's a particularly useful benchmark, but there is a big slowdown potentially related to this PR: https://pandas.pydata.org/speed/pandas/#frame_methods.Shift.time_shift?python=3.8&Cython=0.29.21&p-axis=1&commits=05a0e98a-bc62e768
Originally posted by @jorisvandenbossche in #40536 (comment)
The text was updated successfully, but these errors were encountered: