AlloViz.AlloViz.Elements.Edges._dispatch_frame_op

Edges._dispatch_frame_op(right, func: Callable, axis: AxisInt | None = None) DataFrame

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

Notes

Caller is responsible for setting np.errstate where relevant.