Series.mul
Return Multiplication of series and other, element-wise (binary operator mul).
danfo.Series.mul(other, options)
Parameters
Type
Description
Default
other
Series|int|
values
options
Object
inplace: Boolean indicating whether to perform the operation inplace or not. Defaults to false
{
inplace: false
}
Return: Series
Example
multiplication with values of another series
multiply with a value
Last updated
Was this helpful?