Skip to content

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