Skip to content

Skew and kurtosis in describe method #44751

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
PeterPirog opened this issue Dec 4, 2021 · 6 comments
Closed

Skew and kurtosis in describe method #44751

PeterPirog opened this issue Dec 4, 2021 · 6 comments
Labels
Enhancement Needs Triage Issue that has not been reviewed by a pandas team member

Comments

@PeterPirog
Copy link

I wish I could use pandas to do show skew and kurtosis in df.describe method, of course I know that there are separate methods:

  • df.kurtosis
  • df.skew
@PeterPirog PeterPirog added Enhancement Needs Triage Issue that has not been reviewed by a pandas team member labels Dec 4, 2021
@attack68
Copy link
Contributor

attack68 commented Dec 5, 2021

see #43894
add a comment if you consider useful.
Screen Shot 2021-12-11 at 12 24 08

@mroeschke
Copy link
Member

Thanks for the report.

Given #43894, and generally existing as separate methods, I don't think it's worth introducing this is describe. Thanks for the suggestion, but closing.

@attack68
Copy link
Contributor

New info might change the direction of styler.

@rhshadrach
Copy link
Member

@attack68 - did you want to repurpose this into an issue about Styler?

@attack68
Copy link
Contributor

actually this is now possible using Styler.concat in 1.5.0, but it essentially uses df.agg(["skew", "kurtosis"]) which is probably the solution to the underlying issue anyway.

@rhshadrach
Copy link
Member

I think you're saying it's okay to close this now; let me know if I've misunderstood.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Needs Triage Issue that has not been reviewed by a pandas team member
Projects
None yet
Development

No branches or pull requests

4 participants