See attached, I tried to add a new column for mean from 3 other columns by "col mean( col1, col2, col3)". But the mean seems a little bit off, and I used "(col1+col2+col3)/3" to verify, and it gives me the correct result. What is the possible cause of this? 