-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
describe on a groupby #4792
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
Labels
Milestone
Comments
u could do this like median which is special cased as a python apply I thnk |
@hayd if you would like to address this at some point.....but pushing for now |
mroeschke
added a commit
to mroeschke/pandas
that referenced
this issue
Jan 30, 2017
3 tasks
mroeschke
added a commit
to mroeschke/pandas
that referenced
this issue
Feb 1, 2017
Restructure describe def Fix another test Refactoring tests linting & patch groupby tests add whatsnew
mroeschke
added a commit
to mroeschke/pandas
that referenced
this issue
Feb 1, 2017
Restructure describe def Fix another test Refactoring tests linting & patch groupby tests add whatsnew fix docstring
mroeschke
added a commit
to mroeschke/pandas
that referenced
this issue
Feb 3, 2017
Restructure describe def Fix another test Refactoring tests linting & patch groupby tests add whatsnew fix docstring fix more tests Added api example and documentation to describe
mroeschke
added a commit
to mroeschke/pandas
that referenced
this issue
Feb 3, 2017
Restructure describe def Fix another test Refactoring tests linting & patch groupby tests add whatsnew fix docstring fix more tests Added api example and documentation to describe fix potential pep8 complaint
mroeschke
added a commit
to mroeschke/pandas
that referenced
this issue
Feb 6, 2017
Restructure describe def Fix another test Refactoring tests linting & patch groupby tests add whatsnew fix docstring fix more tests Added api example and documentation to describe fix potential pep8 complaint adjust doc description renamed original test and add agg example in doc
mroeschke
added a commit
to mroeschke/pandas
that referenced
this issue
Feb 6, 2017
Restructure describe def Fix another test Refactoring tests linting & patch groupby tests add whatsnew fix docstring fix more tests Added api example and documentation to describe fix potential pep8 complaint adjust doc description renamed original test and add agg example in doc simplify example
mroeschke
added a commit
to mroeschke/pandas
that referenced
this issue
Feb 9, 2017
Restructure describe def Fix another test Refactoring tests linting & patch groupby tests add whatsnew fix docstring fix more tests Added api example and documentation to describe fix potential pep8 complaint adjust doc description renamed original test and add agg example in doc simplify example Eliminate grouper from result simplify example in the whatsnew
AnkurDedania
pushed a commit
to AnkurDedania/pandas
that referenced
this issue
Mar 21, 2017
closes pandas-dev#4792 Author: Matt Roeschke <[email protected]> Author: Matthew Roeschke <[email protected]> Closes pandas-dev#15260 from mroeschke/fix_4792 and squashes the following commits: 618bc46 [Matthew Roeschke] Merge branch 'master' into fix_4792 184378d [Matt Roeschke] TST: groupby.describe levels don't appear as column (pandas-dev#4792)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think expected result of this is with multiindex column...
cc #4740 @jreback
I guess it just applies method/attribute from df:
should we just special case describe? :s
The text was updated successfully, but these errors were encountered: