Skip to content

PERF: dropna #43683

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
Sep 21, 2021
Merged

PERF: dropna #43683

merged 1 commit into from
Sep 21, 2021

Conversation

jbrockmendel
Copy link
Member

from asv_bench.benchmarks.frame_methods import *
self3 = Dropna()
self3.setup("all", 0)

%timeit self3.time_dropna('all', 0)
125 ms ± 3.03 ms per loop (mean ± std. dev. of 7 runs, 10 loops each)  # <- master
34.8 ms ± 269 µs per loop (mean ± std. dev. of 7 runs, 10 loops each)  # <- PR

@jreback jreback added Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Performance Memory or execution speed performance labels Sep 21, 2021
@jreback jreback added this to the 1.4 milestone Sep 21, 2021
@jreback jreback merged commit 2c511dc into pandas-dev:master Sep 21, 2021
@jreback
Copy link
Contributor

jreback commented Sep 21, 2021

wow!

@jbrockmendel jbrockmendel deleted the perf-dropna branch September 21, 2021 20:35
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