Skip to content

3.8.0

Compare
Choose a tag to compare
@koenvo koenvo released this 05 Mar 19:14
· 478 commits to master since this release
  • 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 additional engine keyword argument that can be polars or pandas. The default value is pandas but can be changed using the config variable dataframe.engine