Skip to content
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

PERF: read_stata for wide columns #55515

Merged
merged 7 commits into from Oct 19, 2023
Merged

Conversation

mroeschke
Copy link
Member

Before:
59.41s call pandas/tests/io/test_stata.py::TestStata::test_stata_119

After:
1.50s call pandas/tests/io/test_stata.py::TestStata::test_stata_119

(This function can probably be further improved as it iterates over columns many times.)

@mroeschke mroeschke added the IO Stata read_stata, to_stata label Oct 14, 2023
@mroeschke mroeschke added this to the 2.2 milestone Oct 14, 2023
@mroeschke
Copy link
Member Author

Looks like tests are passing here so going to merge. Happy to follow up if needed.

@mroeschke mroeschke merged commit b3fa178 into pandas-dev:main Oct 19, 2023
39 checks passed
@mroeschke mroeschke deleted the perf/read_stata branch October 19, 2023 16:46
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant