Percentage Scaling

225 Views Asked by At

I am looking at player win percentages for example:

Name        Race_Count       Win_Count       Win_Percentage
Player A    53               5               0.094 %
Player B    47               9               0.191 %
Player C    3                1               0.333 %

How do I evaluate (or scale) the win percentage in respect to how many races the player has competed in? For example Player C's win percentage is impressive but has only done three races compared to the other players who have done significantly more races.

Thank you in advance for your assistance.

Raymond