Compute the product of an expression.
Description
Compute the product of an expression.
Usage
<Expr>$product()
Value
A polars expression
Examples
#> shape: (1, 2)
#> ┌─────┬──────┐
#> │ a ┆ b │
#> │ --- ┆ --- │
#> │ i64 ┆ f64 │
#> ╞═════╪══════╡
#> │ 6 ┆ 16.0 │
#> └─────┴──────┘