The function numpy.unique returns sorted unique elements of the input list together with their counts: ['a', 'b', 'c'] [2, 1, 3].
確定! 回上一頁