5b18530d7992b8868a8d614cedf9927be70f907e
We can use np.unique with axis=0 to return unique rows of an array. For NumPy >= 1.13
100 numpy exercises
This is a collection of numpy exercises from numpy mailing list, stack overflow, and numpy documentation. I’ve also created some problems myself to reach the 100 limit. The goal of this collection is to offer a quick reference for both old and new users but also to provide a set of exercises for those who teach.
Description
Languages
Python
100%