📅  最后修改于: 2022-03-11 14:46:59.026000             🧑  作者: Mango
#The .nlargest(n, columns) returns in descending order the n largest
#values in the specified column in the dataframe
df.nlargest(10, 'Volume')