AlloViz.AlloViz.Elements.Nodes._reduce_axis1

Nodes._reduce_axis1(name: str, func, skipna: bool) Series

Special case for _reduce to try to avoid a potentially-expensive transpose.

Apply the reduction block-wise along axis=1 and then reduce the resulting 1D arrays.