AlloViz.AlloViz.Elements.Element._dispatch_frame_op

Element._dispatch_frame_op(right, func: Callable, axis: int | None = None)

Evaluate the frame operation func(left, right) by evaluating column-by-column, dispatching to the Series implementation.

Parameters:
rightscalar, Series, or DataFrame
funcarithmetic or comparison operator
axis{None, 0, 1}
Returns:
DataFrame