pandas.core.window.Expanding.skew — pandas 0.24.2 documentation (original) (raw)

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.