I notice that In [30]: np.mean([1, 2, 3]) Out[30]: 2.0 In [31]: np.average([1, 2, 3]) Out...
This question already has answers here: Finding the average of a list (24 answers) Closed 3 months ago. Is there a built-in or ...
-
May 19, 2022
- 0 Comments