cudf.Series.bfill#
- Series.bfill(value=None, axis=None, inplace=None, limit=None, limit_area=None)[source]#
Synonym for
Series.fillna()
withmethod='bfill'
.- Returns:
- Object with missing values filled or None if
inplace=True
.
- Object with missing values filled or None if