numpy How to rank values in Numpy array? March 31, 2021 Learn how to rank values in NumPy arrays using the argsort() function to sort by rows or columns with axis parameters.