AlloViz.AlloViz.Elements.Nodes._get_value

Nodes._get_value(index, col, takeable: bool = False) Scalar

Quickly retrieve single value at passed column and index.

Parameters:
indexrow label
colcolumn label
takeableinterpret the index/col as indexers, default False
Returns:
scalar

Notes

Assumes that both self.index._index_as_unique and self.columns._index_as_unique; Caller is responsible for checking.