Function rolling_skew

Source
pub fn rolling_skew(
    s: &Series,
    options: RollingOptionsFixedWindow,
) -> Result<Series, PolarsError>