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()withmethod='ffill'.- Returns:
- Series/DataFrame or None
Object with missing values filled or None if
inplace=True.