Truth.bfill

Contents

Truth.bfill#

missionbio.demultiplex.dna.truth.Truth.bfill

Truth.bfill(*, axis: Union[None, str, int] = None, inplace: bool = False, limit: None | int = None, downcast=None) pandas.core.frame.DataFrame | None#

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

Returns:
Series/DataFrame or None

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


< Class Truth