pandas.core.window.Rolling.skew — pandas 0.24.0rc1 documentation (original) (raw)

Rolling. skew(**kwargs)[source]

Unbiased rolling skewness.

Parameters: **kwargs Keyword arguments to be passed into func.
Returns: Series or DataFrame Return type is determined by the caller.

See also

Series.rolling

Series rolling.

DataFrame.rolling

DataFrame rolling.