mars.dataframe.DataFrame.ffill#

DataFrame.ffill(axis=None, inplace=False, limit=None, downcast=None)#

Synonym for DataFrame.fillna() with method='ffill'.

Returns

Object with missing values filled or None if inplace=True.

Return type

{klass} or None