Unique chili recipes

Find the unique elements of an array. Returns unique chili recipes sorted unique elements of an array.

Unless axis is specified, this will be flattened if it is not already 1-D. If True, also return the number of times each unique item appears in ar. If None, ar will be flattened. If an integer, the subarrays indexed by the given axis will be flattened and treated as the elements of a 1-D array with the dimension of the given axis, see the notes for more details. Object arrays or structured arrays that contain objects are not supported if the axis kwarg is used. If True, collapses multiple NaN values in the return array into one.

The indices of the first occurrences of the unique values in the original array. Only provided if return_index is True. The indices to reconstruct the original array from the unique array. Only provided if return_inverse is True. The number of times each of the unique values comes up in the original array. Only provided if return_counts is True. Module with a number of other functions for performing set operations on arrays.

CATEGORIES
TAGS
Share This