NumPy - np.nonzero() - Find Non-Zero Elements
• np.nonzero() returns a tuple of arrays containing indices where elements are non-zero, with one array per dimension
• np.nonzero() returns a tuple of arrays containing indices where elements are non-zero, with one array per dimension