cudf.Series.ffill#
- Series.ffill(value=None, axis=None, inplace=None, limit=None)#
Synonym for
Series.fillna()
withmethod='ffill'
.- Returns
- Object with missing values filled or None if
inplace=True
.
- Object with missing values filled or None if
Site Navigation
Section Navigation
Synonym for Series.fillna()
with method='ffill'
.
inplace=True
.