PySport / kloppy

kloppy: standardizing soccer tracking- and event data
https://kloppy.pysport.org
BSD 3-Clause "New" or "Revised" License
362 stars 59 forks source link

Add formations attribute to Team class #332

Open DriesDeprest opened 3 months ago

DriesDeprest commented 3 months ago

I would like to add the formation changes of a team during a game in the Dataset of that game. Thus, I've added a formations attribute to the Team class, to contain this information.

The implementation is similar to that of the positions attribute in the Player class.

koenvo commented 2 months ago

Looks good to me!

DriesDeprest commented 1 month ago

@koenvo any more review required on this one prior approval?