Problemunvalidated
I want to calculate the average score of each row — removing one of the highest and one of the lowest scores. Tension: The following is the method I use. It is very bloated and the execution time is too long. Outcome: So I would like to ask if there is a neat way to achieve my needs?
df6de95e-8e87-4c48-87ac-aeaa8467d38e
I want to calculate the average score of each row — removing one of the highest and one of the lowest scores. Tension: The following is the method I use. It is very bloated and the execution time is too long. Outcome: So I would like to ask if there is a neat way to achieve my needs?