cudf.DataFrame.bfill#
- DataFrame.bfill(
- *,
- axis: Axis | None = None,
- inplace: bool = False,
- limit: None | int = None,
- limit_area: Literal['inside', 'outside', None] = None,
Fill NA/NaN values by using the next valid observation to fill the gap.
- Returns:
- Object with missing values filled or None if
inplace=True.
- Object with missing values filled or None if