Python Programming - Arrays - Discussion

Discussion Forum : Arrays - General Questions (Q.No. 40)
40.
What does the NumPy function numpy.unique(arr) return?
The array with only unique elements.
The count of unique elements in the array.
The indices of unique elements in the array.
The mean of unique elements in the array.
Answer: Option
Explanation:
The numpy.unique() function returns the array with only unique elements.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.