Series.mod
Returns Modulo of series and other, element-wise (binary operator mod).
danfo.Series.mod(other, options)
Parameters | Type | Description | Default |
---|---|---|---|
other | Series|int|float | values | |
options | Object | inplace: Boolean indicating whether to perform the operation inplace or not. Defaults to false | { inplace: false } |
Return: Series
Example
Modulus with values of another series
Modulo with a value
Last updated