-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
BUG: Fixed bug in groupby.std changing target column when as_index=False #11085
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
Conversation
this is not going to be oerformant is there a reason you didn't follow the soln from the issue? |
I think the code structure changed somewhat. I couldn't figure out how to
|
They are refactored to |
no that will just change it again |
@jreback any updated soln for the soln mentioned in issue? I tried similar way and failed, maybe I missed something. Thanks. |
you can just do the |
…lse (issue 10355) (+1 squashed commit) Squashed commits: [f222db1] BUG: Fixed bug in groupby.std changing target column when as_index=False (issue 10355)
@jreback Could you take a look at the new push? Did I get what you meant? |
no u can't use the lamba compute var then apply the sqrt |
How do I apply it only to action columns without lambda? |
Since the result of applying |
this needs a similar approach to what I suggest (and like what |
So I removed the original definition of
Still couldn't get it working. (tried other similar things too) The code structure of groupby.py must have changed a lot since the issue has been posted. I think this PR at least fixed the bug. I won't be the best person to fix the perf issues. |
then let's close this for now. this is non performant. |
Fixed #10355