pandas.Series.backfill¶
-
Series.
backfill
(axis=None, inplace=False, limit=None, downcast=None)[source]¶ Synonym for
DataFrame.fillna()
withmethod='bfill'
.- Returns
- Series/DataFrame or None
Object with missing values filled or None if
inplace=True
.