Implement the same functionality as the pandas library's ffill() method in rapidminer.
pranjali
New Altair Community Member
ffill() function is used to fill the missing values in the dataframe. 'ffill' stands for 'forward fill' and will propagate the last valid observation forward.
Tagged:
0
Answers
-
Isn't this what Replace Missing Values (Series) does?Best,Martin0