AlloViz.AlloViz.Elements.Element._reduce_axis1¶
- Element._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.