hipdf.Series.bfill

Contents

hipdf.Series.bfill#

20 min read time

Applies to Linux

Series.bfill(value=None, axis=None, inplace=None, limit=None)#

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

Returns#

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