DATA Manipulation

Hi
I have a data set like :
ORIGINAL DATA.xlsx (9.4 KB)
I would like this final data set :
DATA MEAN.xlsx (9.8 KB)
Actually, I want to create a row that gives the averages of all the numerical values. The name becomes “MEAN”
Thanks
Br

Hi @Brain ,

Br

PS:

  1. “groupby” node, “groupby: date” is not mandatory. If you don’t consider dates, set the group columns to < null >.

  2. At the same time, add a fixed value setting to the missing value node.

example.knwf (27.5 KB)

2 Likes

Thanks a lot
My problem was the “date”

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.