3.8.0
- Fix for Incorrect home/away mapping in Statsbomb metadata (#174)
- Added extra formations (#166)
- Set correct orientation for Metrica EPTS (#168)
- Add polars support (#172)
Important changes:
to_pandas
is deprecated,to_df
should be used.to_df
is now a method on all Dataset types (event, tracking and code), and accepts an additionalengine
keyword argument that can bepolars
orpandas
. The default value ispandas
but can be changed using the config variabledataframe.engine