-
-
Notifications
You must be signed in to change notification settings - Fork 18.3k
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
BUG: df.groupby(TimeGrouper(freq='48min', closed='right')) #6085
Comments
Niether works with freqs: '24min', '32min', '80min', '180min' |
Use The binning is currently a bug (with a timezone index), see here: I'll link this to the others
|
Thanks, this might be quite good workaround for others too:
|
gr8! keep in mind their is a very suble w.r.t. DST transitions....will be worked on in 0.14 as a bit non-trivial pls join in the effort! |
@shura-v The file you provided is no longer available. Could you update this issue with a representative example? |
Please reopen if you have a representative example. |
related: #4197, #5694
I'm encoutering a bug in pandas 0.13.0:
This is the max length when it works fine:
Also it works when I group it with TimeGrouper(freq='48min')
Here is data frame:
https://www.dropbox.com/s/ezrjralhb2yordm/s.h5
The text was updated successfully, but these errors were encountered: