utils.decorators
#
Module Contents#
Functions#
Marks a function as accepting a pandas series of elements instead of a single element |
API#
- utils.decorators.batched(
- function: collections.abc.Callable,
Marks a function as accepting a pandas series of elements instead of a single element
Args: function: The function that accepts a batch of elements