Skip to content

PERF: DataFrame floordiv #43281

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 1 commit into from
Aug 29, 2021
Merged

Conversation

jbrockmendel
Copy link
Member

from asv_bench.benchmarks.arithmetic import *
self = MixedFrameWithSeriesAxis()
self.setup("floordiv")

%timeit self.time_frame_op_with_series_axis1("floordiv")
27.9 ms ± 987 µs per loop (mean ± std. dev. of 7 runs, 10 loops each)  # <- master
23.7 ms ± 630 µs per loop (mean ± std. dev. of 7 runs, 10 loops each)  # <- PR

Copy link
Member

@simonjayhawkins simonjayhawkins left a comment

Choose a reason for hiding this comment

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

Thanks @jbrockmendel lgtm

@simonjayhawkins simonjayhawkins added this to the 1.4 milestone Aug 29, 2021
@simonjayhawkins simonjayhawkins added Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Performance Memory or execution speed performance labels Aug 29, 2021
@simonjayhawkins simonjayhawkins merged commit beb7c48 into pandas-dev:master Aug 29, 2021
@jbrockmendel jbrockmendel deleted the perf-arith branch August 29, 2021 14:05
feefladder pushed a commit to feefladder/pandas that referenced this pull request Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Performance Memory or execution speed performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants