Series.apply
Invoke a function on each value in a Series.
danfo.series.apply(callable, options)
Parameters | Type | Description | Default |
---|---|---|---|
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 } |
Returns:
**** return Series
Example
Last updated