Python Programming - Arrays - Discussion

Discussion Forum : Arrays - General Questions (Q.No. 22)
22.
Which NumPy function is used to find the unique elements of an array?
numpy.unique()
numpy.distinct()
arr.unique()
numpy.find_unique()
Answer: Option
Explanation:
The numpy.unique() function is used to find the unique elements of an array.
Discussion:
Be the first person to comment on this question !

Post your comments here:

Your comments will be displayed after verification.