AlloViz.AlloViz.Elements.Edges._get_column_array

Edges._get_column_array(i: int) ArrayLike

Get the values of the i’th column (ndarray or ExtensionArray, as stored in the Block)

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).