utils.decorators#

Module Contents#

Functions#

batched

Marks a function as accepting a pandas series of elements instead of a single element

API#

utils.decorators.batched(
function: collections.abc.Callable,
) 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