Skip to content

1.0.0

Compare
Choose a tag to compare
@probberechts probberechts released this 23 Apr 17:56
· 624 commits to master since this release

Breaking Changes

  • Several columns were renamed, added and droped in the output dataframes to increase uniformity between
    datasources.

New features

WhoScored

The WhoScored reader can now return event data in various output formats. The following formats are supported:

  • A dataframe with all events.
  • A dict with the original unformatted WhoScored JSON.
  • A dataframe with the SPADL representation
    of the original events.
  • A dataframe with the Atomic-SPADL representation
    of the original events.
  • A socceration.data.opta.OptaLoader instance.
  • No data. This is useful for caching data.

See https://soccerdata.readthedocs.io/en/latest/datasources/WhoScored.html for examples.