Hi,
Table
T1.xlsx (8.0 KB)
I want to replace all the missing value => Mean by name in the column NAME.
Result
T2.xlsx (8.0 KB)
Groupby ? expresion ?
Thanks
Br
Hi,
Table
T1.xlsx (8.0 KB)
I want to replace all the missing value => Mean by name in the column NAME.
Result
T2.xlsx (8.0 KB)
Groupby ? expresion ?
Thanks
Br
Hey there,
you can use a Group Loop and inside it a missing value node:
Select column Name as Group column and then configure missing value mode to replace missing values in any integer column with the mean.
Here’s the prototype:
meanbyname.knwf (89.8 KB)
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.