Graphics

Lets try to understand the data we have with some graphics.

The bar charts  below has various attributes as their x-axis (shooting, ball control, penalties etc.) and have a constant y-axis attribute (finishing). There are 21 different charts in this slideshow.

This slideshow requires JavaScript.

Remember that these charts are made with below code block.code

Our dataset has many columns but we mostly used this columns during our analysis:

16.PNG
Mostly used columns
15.PNG
General stats of the data

We can visualize this description of the data by boxplots.

17.PNG
Boxplot of “pas accuracy” variable

It can be easily seen that the left most of the whisker corresponds to the least value of pas accuracy which is 21 (like in the table above). The right most value of the whisker is 96 which is the maximum value of pas accuracy in this dataset.

18.PNGThe middle line in the box is the median, we can it is close to 70. (exactly 68.0). The left most line of the box is the median of all values that is less than 68.0 and the right most line of the box is the median of all the values bigger than 68.

Some other boxplots: