-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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
Make simpler API for using resampling infrastructure to do general gropuby #2450
Comments
On first glance, changing More generally, I'd say the resample stuff should be split up into the datetime64 binning and the bin grouping. That would allow exposing a generalized bingroupby that could take in edges, edges/labels, bool edge arrays. That's it from the top of my head but I'm about to dive into some funky groupby stuff with Panels. So I'll be back |
maybe let's leave this open in order to document |
yeah i removed my comment for that reason |
@dalejung want to do a PR for this? |
@jreback When I find time I'll gather some docs. I think I have some random notebooks I made to answer groupby/binning SO questions on nbviewer somewhere. Though I'm not sure this addresses the issue. IIRC, the point was that |
closed by #6516 |
Using the
TimeGrouper
is both undocumented and not necessarily intended for average users. A cleaner, simpler API would be nice cc @dalejung related to bug in #2300related to #3794
The text was updated successfully, but these errors were encountered: