-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
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
Comments
see #43894 |
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. |
New info might change the direction of styler. |
@attack68 - did you want to repurpose this into an issue about Styler? |
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. |
I think you're saying it's okay to close this now; let me know if I've misunderstood. |
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:
The text was updated successfully, but these errors were encountered: