AlloViz.AlloViz.Elements.Element.bfill¶
- Element.bfill(*, axis: int | Literal['index', 'columns', 'rows'] | None = None, inplace: bool = False, limit: int | None = None, downcast=None) DataFrame | None¶
Synonym for
DataFrame.fillna()withmethod='bfill'.- Returns:
- Series/DataFrame or None
Object with missing values filled or None if
inplace=True.