Hi, I have missing values of my columns specified by values such as 9 or 99. I would like to replace those values for missing value or an empty cell. How could I do it?
It would be interesting for me also the same transformation from the string ‘?’ to missing value.
hi @alfonso_gijon welcome to the knime community.
perhaps you could provide the community with a sample of your columns missing data. this would allow them to see the pattern and try to understand and provide the optimal solution.
I have different instances of data with month, weekday and hour as attributes. WEEKDAY ranges from 1 to 7 (9 corresponds to missing value) while HOUR ranges from 0 to 23 (99 corresponds to missing value).
I would like to replace those specific integer values by missing value or by an empty space. How could I do it?
The node Rule Engine with the rule $HOUR$=99 => " " is not working properly. It fills everything with missing value