finding nth max per row of dataframe with logic for ties?

前端 未结 0 1368
青春惊慌失措
青春惊慌失措 2021-01-27 13:48

trying to count tournament profit per player. here\'s what the data looks like:

library(data.table)
df <- data.table(\'player_1\' = c(10, 9, 5, 6, 7),
                


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