mango.core.unique

mango.core.unique(input)

Returns sorted list of unique values in the specified input Dds array.

Parameters:input (Dds) – Input elements for uniqueness set calculation.
Return type:sequence of elements
Returns:Sorted sequence of unique elements of entire input array.

Previous topic

mango.core.count_non_masked

Next topic

mango.core.itemfreq

This Page