Mean value of a column

Hi all,

This should be a simple calculation but I don’t know how to do it. My dataset is like this:

2018-05-04%2011_01_00-Splitted%20table%2C%20Bottom%20partition%20-%200_12%20-%20Column%20Splitter%20(Node%2012)

And I simply want to calculate the mean of the “values” column. I’ve tried the “Group by” and “Statistics” modules but:

  1. Group by: I put the “Groups” tag with “values” and “Type Based Aggregation” with “Number (long)” and “Mean”. But I get: “No aggregation column defined”. But I I define am aggreation column I don’t know how to select all the “values” data…

  2. Statistics: I simply select “values” in “Options” tab nut when I run it I get the output statistics table empty.

Any idea? Thank you!

Roger Olivella

1 Like

Dear @rolivella,

it seems like the data type of your values column is String. There is a String to Number node that you can use to convert those entries to “proper” numbers. Subsequently, you can use the GroupBy node with a Manual Aggregation, add the values column, and select the default aggregation method (dropdown in the Aggregation column) Mean (should be the default anyway).

Best,
Stefan

1 Like

Thank you, that perfectly worked!

Roger

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