pqf.indicator.util
Functions
|
Apply an expression to a series. |
- pqf.indicator.util.apply_expr_to_series(series: Series, expr: Expr) Series [source]
Apply an expression to a series.
- Parameters:
series (pl.Series) – The input series to apply the expression to.
expr (pl.Expr) – The expression to apply to the series.
- Returns:
The resulting series after applying the expression.
- Return type:
pl.Series