AlloViz.AlloViz.Elements.Edges.pad

Edges.pad(*, axis: int | Literal['index', 'columns', 'rows'] | None = None, inplace: bool = False, limit: int | None = None, downcast: dict | None = None) NDFrameT | None

Synonym for DataFrame.fillna() with method='ffill'.

Deprecated since version 2.0: Series/DataFrame.pad is deprecated. Use Series/DataFrame.ffill instead.

Returns:
Series/DataFrame or None

Object with missing values filled or None if inplace=True.