Return just the counts of each distinct value in x — the second half of the pair

NumPy · from unique and set operations

np.uniquereturn_countsreturn_inversenp.isinnp.intersect1dnp.union1dnp.setdiff1d

Putting the kettle on…

Starting up…

Exercise 2

Return just the counts of each distinct value in x — the second half of the pair.

your answer
stuck? the lesson behind it
unique and set operations
Distinct values, frequency tables, and the vectorised version of `in`.