-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
DOC: DataFrame.groupy.agg with a list of tuples #18220
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
Confirmed this is tested in |
take |
Added a missing documentation on an existing behavior of aggregation.
@Ememobong28 are you still working on this? |
No im not
…On Thu, Jul 18, 2024 at 12:38 PM Jay Ahn ***@***.***> wrote:
@Ememobong28 <https://github.com/Ememobong28> are you still working on
this?
—
Reply to this email directly, view it on GitHub
<#18220 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUGCC7ZGJ57UJHJKYDZLQ3TZNAKR7AVCNFSM6AAAAABLDJZ2FKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDEMZXGM4DOMZWHA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
take |
Okay. will take a stab at this |
Code Sample, a copy-pastable example if possible
Problem description
I know its deprecated to rename columns with a dictionary of dictionaries in a groupby but a list of tuples also renames columns.
This behavior is not found in the docs. I accidentally discovered this a while back and then saw it again in Python for Data Analysis.
The text was updated successfully, but these errors were encountered: