Skip to content

PERF: read_stata #43277

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: read_stata #43277

merged 2 commits into from
Aug 30, 2021

Conversation

jbrockmendel
Copy link
Member

from asv_bench.benchmarks.io.stata import *

self = StataMissing()
self.setup("td")

%timeit self.time_read_stata("td")
113 ms ± 1.44 ms per loop (mean ± std. dev. of 7 runs, 10 loops each)  # <- master
94.4 ms ± 1.72 ms per loop (mean ± std. dev. of 7 runs, 10 loops each)  # <- PR

cc @bashtage

@simonjayhawkins simonjayhawkins added IO Stata read_stata, to_stata Performance Memory or execution speed performance labels Aug 29, 2021
@simonjayhawkins simonjayhawkins added this to the 1.4 milestone Aug 29, 2021
Copy link
Contributor

@jreback jreback left a comment

Choose a reason for hiding this comment

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

lgtm

@simonjayhawkins simonjayhawkins merged commit 9cb969e into pandas-dev:master Aug 30, 2021
@simonjayhawkins
Copy link
Member

Thanks @jbrockmendel

@jbrockmendel jbrockmendel deleted the perf-stata-2 branch August 30, 2021 14:43
feefladder pushed a commit to feefladder/pandas that referenced this pull request Sep 7, 2021
* PERF: read_stata

* fix ArrayManager
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IO Stata read_stata, to_stata Performance Memory or execution speed performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants