Series.pow
Returns the exponential power of series and other, element-wise (binary operator pow).
danfo.Series.pow(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
Exponential power with values of another series
Exponential value with a value
Last updated
Was this helpful?