Skip to content

DOC: Added example of using OrderedDict for agg. #13938

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

Closed
wants to merge 2 commits into from

Conversation

bkandel
Copy link
Contributor

@bkandel bkandel commented Aug 8, 2016

@jreback jreback added this to the 0.19.0 milestone Aug 8, 2016
@@ -487,6 +488,15 @@ must be either implemented on GroupBy or available via :ref:`dispatching

grouped.agg({'C' : 'sum', 'D' : 'std'})

Note that if you pass a dict to ``aggregate``, the ordering of the output colums is
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

put this in a .. note:: (you need to indent as well)

@jreback
Copy link
Contributor

jreback commented Aug 8, 2016

thanks!

@jreback jreback closed this in b7abef4 Aug 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DOC: OrderedDict example in groupby aggregation
3 participants