Hello All,
As we know that we use Imputation to replace a specified value within one or more numeric data fields with another specified value (like average, median, mode).
Lets say I have a single column containing 10 records, 5 are non null and 5 are null. Using Imputation tool I can produce a result replacing nulls and will display the avg of other 5 non null values.
I can achieve the same result with combination of other tools like mentioned below -

Will there be any shortest way to produce that same result? Need help.