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