AlloViz.AlloViz.Elements.Edges._set_item

Edges._set_item(key, value) None

Add series to DataFrame in specified column.

If series is a numpy-array (not a Series/TimeSeries), it must be the same length as the DataFrames index or an error will be thrown.

Series/TimeSeries will be conformed to the DataFrames index to ensure homogeneity.