Raphael Guarilha
Raphael Guarilha
All endpoints must have a link to the API reference docs. This is used to document the payloads that are available on most endpoints. Without these links, the Documentation becomes...
Polars has the following "rolling" (explorer calls it window) functions: - [polars.Series.rolling_apply](https://pola-rs.github.io/polars/py-polars/html/reference/series/api/polars.Series.rolling_apply.html) - [polars.Series.rolling_max](https://pola-rs.github.io/polars/py-polars/html/reference/series/api/polars.Series.rolling_max.html) - [polars.Series.rolling_mean](https://pola-rs.github.io/polars/py-polars/html/reference/series/api/polars.Series.rolling_mean.html) - [polars.Series.rolling_median](https://pola-rs.github.io/polars/py-polars/html/reference/series/api/polars.Series.rolling_median.html) - [polars.Series.rolling_min](https://pola-rs.github.io/polars/py-polars/html/reference/series/api/polars.Series.rolling_min.html) - [polars.Series.rolling_quantile](https://pola-rs.github.io/polars/py-polars/html/reference/series/api/polars.Series.rolling_quantile.html) - [polars.Series.rolling_skew](https://pola-rs.github.io/polars/py-polars/html/reference/series/api/polars.Series.rolling_skew.html) - [polars.Series.rolling_std](https://pola-rs.github.io/polars/py-polars/html/reference/series/api/polars.Series.rolling_std.html#) - [polars.Series.rolling_sum](https://pola-rs.github.io/polars/py-polars/html/reference/series/api/polars.Series.rolling_sum.html) - [polars.Series.rolling_var](https://pola-rs.github.io/polars/py-polars/html/reference/series/api/polars.Series.rolling_var.html)...