Multiply Series
Description
Method equivalent of multiplication operator series *
other
.
Usage
<Series>$mul(other)
Arguments
other
|
Series like object of numeric. Converted to Series by
as_polars_series() in this method.
|
Value
Series
See Also
- Arithmetic operators
Examples
#> polars Series: shape: (3,)
#> Series: '' [i32]
#> [
#> 11
#> 24
#> 39
#> ]
#> polars Series: shape: (3,)
#> Series: '' [i32]
#> [
#> 11
#> 24
#> 39
#> ]
#> polars Series: shape: (3,)
#> Series: '' [i32]
#> [
#> 1
#> 2
#> 3
#> ]