pandas.core.window.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

Series.expanding
Series expanding.
DataFrame.expanding
DataFrame expanding.

© 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
https://pandas.pydata.org/pandas-docs/version/0.24.2/reference/api/pandas.core.window.Expanding.skew.html