In this Python Tutorial I will plot event data from StatsBomb in a few different scenarios. This will include shots and passes from a single match. This data will be called using the StatsBomb python library and reformatted entirely in Python. I hope you enjoy.
In this tutorial I take you through reformatting a match events file downloaded as "tidy" data frame from the statsbomb library. This will hope to show you some basic needs when reformatting these files for use in visualisations or databases.
Python is a widely used coding language, and so being able to use and understand this language is quite important for many jobs around the world. This tutorial will work through installing and using the statsbomb python library.