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

Improve performance of GroupBy apply on DataFrames by low-level trickery #535

Closed
wesm opened this issue Dec 23, 2011 · 0 comments
Closed
Assignees
Milestone

Comments

@wesm
Copy link
Member

wesm commented Dec 23, 2011

Need a "sliding iterator" similar to recent Series groupby optimizations to cut down object creation overhead. Should be relatively straightforward to modify the existing Slider Cython type. Main issue will be taking care with passed functions that modify the size of the DataFrame (like adding a column), but this can obviously all be tested for.

@ghost ghost assigned wesm Dec 2, 2012
@wesm wesm closed this as completed in 9e95ce2 Dec 5, 2012
dan-nadler pushed a commit to dan-nadler/pandas that referenced this issue Sep 23, 2019
Check dtype before concatenating on write (issue pandas-dev#534)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant