dask.dataframe.rolling.Rolling.skew
- Rolling.skew()[source]
Unbiased rolling skewness.
This docstring was copied from pandas.core.window.rolling.Rolling.skew.
Some inconsistencies with the Dask version may exist.
- Parameters
- **kwargs
Keyword arguments to be passed into func.
- Returns
- Series or DataFrame
Return type is determined by the caller.
See also
pandas.Series.rollingCalling object with Series data.
pandas.DataFrame.rollingCalling object with DataFrame data.
pandas.Series.skewSimilar method for Series.
pandas.DataFrame.skewSimilar method for DataFrame.