You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the documentation of Series.skew it is said about the axis parameter:
"For DataFrames, specifying axis=None will apply the aggregation across both axes."
However, this does not seem to work when a groupby is applied to a dataframe as shown in the example above.
This issue was discovered and the code snippet was provided in #50958
Pandas version checks
I have checked that this issue has not already been reported.
I have confirmed this bug exists on the latest version of pandas.
I have confirmed this bug exists on the main branch of pandas.
Reproducible Example
Issue Description
In the documentation of Series.skew it is said about the axis parameter:
"For DataFrames, specifying axis=None will apply the aggregation across both axes."
However, this does not seem to work when a
groupby
is applied to a dataframe as shown in the example above.This issue was discovered and the code snippet was provided in #50958
Expected Behavior
Installed Versions
The text was updated successfully, but these errors were encountered: