-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: groupby(.., as_index=False) with a TimeGrouper #17202
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
@randomgambit : Thanks for the report! Unfortunately, we can't replicate this because you didn't specify what |
@randomgambit : Thanks! Do you mind moving that code into your initial issue report? That will make it easier for us to read, even at just a glance. |
@gfyoung any ideas? |
cc @jreback |
note that your example is equiv of
I guess this should work. |
it's been over 3 years since someone called dibs on this, but if you want a quick workaround, I was able to project the index col to its own column with a
|
hi, is this issue still active, if so i would like to contribute and want to know how |
This appears to be working now on main, needs tests. |
take |
Hello,
I am doing some basic aggregation and boom, some weird bug occurs.
Here is a reprex:
gives
Is that expected? Why would the
as_index = False
generate this error?The text was updated successfully, but these errors were encountered: