AlloViz.AlloViz.Elements.Edges.ffill

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

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

Returns:
Series/DataFrame or None

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