GEOMEAN

Solved!
bhakuniv
Level 2
GEOMEAN

Hi

What would be the best recipe to compute the geometric mean of comma separated values in a column. I cannot see any function in the group recipe to calculate the GEOMEAN

Thanks

VB

0 Kudos
1 Solution
KimmyC
Dataiker

Hi,

We do not have that function available in the Group-by recipe.

You can consider implementing it by writing custom code in a Python recipe. There are many methods you can write the code, for example:

Hope that helps!

View solution in original post

0 Kudos
1 Reply
KimmyC
Dataiker

Hi,

We do not have that function available in the Group-by recipe.

You can consider implementing it by writing custom code in a Python recipe. There are many methods you can write the code, for example:

Hope that helps!

0 Kudos