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
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!
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!