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