AlloViz.AlloViz.Elements.Edges._iter_column_arrays

Edges._iter_column_arrays() Iterator[ArrayLike]

Iterate over the arrays of all columns in order. This returns the values as stored in the Block (ndarray or ExtensionArray).

Warning! The returned array is a view but doesn’t handle Copy-on-Write, so this should be used with caution (for read-only purposes).