0
Numpy array method for median?
so .mean() returns the arithmetic average. Is there a method that returns the median? I tried arr.median() but got a no attribute error.
1 Resposta
so .mean() returns the arithmetic average. Is there a method that returns the median? I tried arr.median() but got a no attribute error.