Implement the same functionality as the pandas library's ffill() method in rapidminer.

pranjali
pranjali New Altair Community Member
edited November 5 in Community Q&A
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:

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    Isn't this what Replace Missing Values (Series) does?

    Best,
    Martin