Rown de tri de numpy par

sorted_array = an_array[numpy.argsort(an_array[:, 1])]
Pleasant Pheasant