I made a small game and in course of time collected fair amount of data between users and level
The level chart is long (120 levels) but looks somewhat like this
$$ \begin{array}{|c|c|} \text{level} & \text{No. of Users}\\\hline 5 & 20\\ 6 & 23\\ 7 & 15\\ 10 & 2\\\hline \end{array} $$
Being a math nitwit I don’t know how to extract useful information out of this. Can someone help me with this so that I can learn more about my users and give them things they want?