floodlight-sports / floodlight

Python package for streamlined analysis of sports data.
https://floodlight.readthedocs.io/en/latest/index.html
MIT License
59 stars 14 forks source link

[Feature request]: summary() or info() function for teamsheets #136

Closed robertreingit closed 4 months ago

robertreingit commented 8 months ago

For example:

( xy_objects, possession_objects, ballstatus_objects, teamsheets, pitch, ) = dfl.read_position_data_xml(fpath, fpath_info) teamsheets['Home'].summary()

Providing a short descriptive summary of the game.

draabe commented 4 months ago

Hi @robertreingit,

the Teamsheet object does not contain enough information to support a summary function for the entire game. But you may want to look into the "print" methods of each core object to see a summary of the data.