Thanks to visit codestin.com
Credit goes to github.com

Skip to content

PERF: DataFrame.values #43160

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 2 commits into from
Aug 30, 2021
Merged

PERF: DataFrame.values #43160

merged 2 commits into from
Aug 30, 2021

Conversation

jbrockmendel
Copy link
Member

from asv_bench.benchmarks.frame_methods import *
self = ToNumpy()
self.setup()

%timeit self.time_to_numpy_mixed_tall()
24.2 ms ± 324 µs per loop (mean ± std. dev. of 7 runs, 10 loops each)  # <- master
11.8 ms ± 609 µs per loop (mean ± std. dev. of 7 runs, 100 loops each)  # <- PR

@jbrockmendel jbrockmendel added the Performance Memory or execution speed performance label Aug 27, 2021
@jreback jreback added this to the 1.4 milestone Aug 30, 2021
@jreback jreback merged commit dac3a8a into pandas-dev:master Aug 30, 2021
@jreback
Copy link
Contributor

jreback commented Aug 30, 2021

cool maybe have a perf improvement note listing a bunch of issues would be good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Performance Memory or execution speed performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants