Top "Ranking" questions

Ranking is the sorted order of an element in a list of elements.

MySQL update statement to store ranking positions

I'm trying to get my head around a query and I just can't figure it out. I would appreciate if …

mysql sql sql-update ranking
Case statement with Ranking function

Hello looking for help with ranking. I'm working with Teradata using SQL and I'm trying to rank a list by …

sql teradata ranking ranking-functions
Ranking with millions of entries

I'm working on a server for an online game which should be able to handle millions of players. Now the …

mysql database ranking
C# Ranking of objects, multiple criteria

I am building a plugin for a LAN party website that I wrote that would allow the use of a …

c# linq linq-to-objects ranking
Hot content algorithm / score with time decay

I have been reading + researching on algorithms and formulas to work out a score for my user submitted content to …

algorithm sorting ranking
Python implementation of the Wilson Score Interval?

After reading How Not to Sort by Average Rating, I was curious if anyone has a Python implementation of a …

python algorithm statistics ranking
Pandas - Alternative to rank() function that gives unique ordinal ranks for a column

At this moment I am writing a Python script that aggregates data from multiple Excel sheets. The module I choose …

python pandas ranking rank ordinal
Simple ranking algorithm

I need to create a poll that is to create a ranking list of items in order of how good …

algorithm ranking
Get user rank with MySQL

I read many topics about this problem but I can't find the solution. I have a table (called users) with …

mysql ranking
Comparison-based ranking algorithm

I would like to rank or sort a collection of items (with size potentially greater than 100,000) where items in the …

algorithm sorting comparison ranking