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