polars.Series.rolling_skew¶
- Series.rolling_skew(window_size: int, bias: bool = True) polars.internals.series.Series ¶
Compute a rolling skew
- Parameters
- window_size
Size of the rolling window
- bias
If False, then the calculations are corrected for statistical bias.