-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
API for selecting ranged groups #6675
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
Comments
Requests for improved split/partition tools now make up, what, a half-dozen or so enhancement requests? (Including one of mine. :^) |
@cpcloud can you find all of the split/partition issues and put them in one master issue (maybe checkboxes?), possibly creating another tag (maybe split?) instead of using groupby tag? |
sure thing |
@cpcloud can you consolidate these issues when you have a chance (putting in a single master isse) with checkboxes |
I often find myself writing code that looks like this:
to get frame subsets between repeated start and end indicators from a particular column.
Possible API:
which would return an iterator over the the subsets.
I'm not sure if this is general enough to include in library code. I'll happily close the issue if it's not. There also might be a way to do this already.
The text was updated successfully, but these errors were encountered: