Carrot reference
Methods
.unique()
this method returns unique elements from a list or sequence operates on list docid\ ow wlh3wkrndtuvmo rue returns list docid\ xwh cukhj9waqaefb7h71 syntax list unique() returns a list docid\ xwh cukhj9waqaefb7h71 of the elements in the list, filtered down to only its unique elements list unique{expression} returns a list docid\ xwh cukhj9waqaefb7h71 of the elements in the list with the given expression applied to each element, and then filtered down to be unique functionally equivalent to list map{expression} unique() sample usage underjobs unique{department} returns the unique set of departments that the current job manages