1.0.0
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.