Python Programming - Arrays - Discussion

Discussion Forum : Arrays - General Questions (Q.No. 20)
20.
In NumPy, what does the function numpy.mean() do?
Computes the median of the array.
Calculates the sum of the array elements.
Finds the mode of the array.
Computes the mean (average) of the array values.
Answer: Option
Explanation:
The numpy.mean() function calculates the mean (average) of the array values.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.