I have a dataset that has lots of zeros, but I want to remove the zeros and instead replace them with a missing value or a NaN value. I've tried using RapidMiner operators:
- Map
- Replace Replace missing values
- Replace all missings
and none of them are working the way I expected to.