Divide Series
Description
Method equivalent of division operator series / other
.
Usage
<Series>$div(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]
#> [
#> 0
#> 0
#> 0
#> ]
#> polars Series: shape: (3,)
#> Series: '' [i32]
#> [
#> 0
#> 0
#> 0
#> ]
#> polars Series: shape: (3,)
#> Series: '' [i32]
#> [
#> 1
#> 2
#> 3
#> ]