Python Programming - Arrays - Discussion

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

Post your comments here:

Your comments will be displayed after verification.