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

pranjalipranjali Member Posts: 2 Learner I
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.

Answers

  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University Professor Posts: 3,503 RM Data Scientist
    Isn't this what Replace Missing Values (Series) does?

    Best,
    Martin
    - Sr. Director Data Solutions, Altair RapidMiner -
    Dortmund, Germany
Sign In or Register to comment.