Skip to content

DOC: add notes to the groupby.rst docs #7004

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 1 commit into from

Conversation

jreback
Copy link
Contributor

@jreback jreback commented Apr 29, 2014

partial on #6944

@jreback jreback added this to the 0.14.0 milestone Apr 29, 2014
@jreback
Copy link
Contributor Author

jreback commented Apr 29, 2014

@hayd @jorisvandenbossche ?

if they are named *columns*. The grouped columns will be the **indices** of the returned object.
Aggregating functions are ones that reduce the dimension of the returned objects,
for example: ``mean, sum, size, count, std, var, describe, first, last, min, max``. This is
very much like performing a redcing operation on a ``DataFrame`` and getting a ``Series`` back.
Copy link
Member

Choose a reason for hiding this comment

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

unless you specify as_index=False?

@jreback
Copy link
Contributor Author

jreback commented Apr 29, 2014

updated

@jreback
Copy link
Contributor Author

jreback commented Apr 30, 2014

merged via 006db75

@jreback jreback closed this Apr 30, 2014
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.

2 participants