Series.div
Return Floating division of series and other, element-wise (binary operator truediv).
danfo.Series.div(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
divide with values of another series
divide with a value
Last updated
Was this helpful?