pandas.core.window.expanding.Expanding.skew¶
- Expanding.skew(**kwargs)[source]¶
Unbiased expanding skewness.
- Parameters
- **kwargs
Keyword arguments to be passed into func.
- Returns
- Series or DataFrame
Return type is determined by the caller.
See also
pandas.Series.expanding
Calling object with Series data.
pandas.DataFrame.expanding
Calling object with DataFrame data.
pandas.Series.skew
Similar method for Series.
pandas.DataFrame.skew
Similar method for DataFrame.