Series.apply
Invoke a function on each value in a Series.
Last updated
Invoke a function on each value in a Series.
Last updated
danfo.series.apply(callable, options)
Parameters | Type | Description | Default |
---|---|---|---|
Returns:
**** return Series
Example
callable
Function
Function (can be anonymous) to apply
options
Object
inplace: Boolean indicating whether to perform the operation inplace or not. Defaults to false
{
inplace: false
}