How to find top 10 between two columns in Pandas?

后端 未结 0 1995
粉色の甜心
粉色の甜心 2020-12-14 07:25

I use the following in order to find the top 10 rows in that column.

df.nlargest(10, \'column_a\')

Now, what if I have two different columns

相关标签:
回答
  • 消灭零回复
提交回复
热议问题