Numpy sort rzęd

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