Hi I only did some basic stats at school but now I need to rank some data for a project, and I've run into this kind of scenario
Game A: 1000 Reviews, 900 Positive and 100 Negative, so 90% positive.
Game B: 20 Reviews, 20 Positive and 0 Negative, so 100% positive.
It clearly isn't fair to say Game B is better than Game A just because it have a higher percentage of positive reviews, but I still need a way to conclude their positive percentage. How should I do so?
EDIT: In my case, it's more than just two data, it's about hundred or thousands of data, some value are just extremely large and some are small.