unique_countsΒΆ
Returns the unique elements of an input array x and the corresponding counts for each unique element in x.
Abstract Signature:
unique_counts(x: array)
Returns the unique elements of an input array x and the corresponding counts for each unique element in x.
Abstract Signature:
unique_counts(x: array)