Pieter Robberechts
Pieter Robberechts
The scrapers cache the result of `read_seasons()`. Therefore, users might get a `KeyError: [''] not in index` if they forget to empty the cache when new seasons become available. A...
Features that can be derived from the SPADL format: - [ ] **Passage of play**: One of open play, direct free kick, set play, corner kick, assisted, and throw-in -...
WhoScored has updated the HTML structure of their fixture pages. Fixes #581
WhoScored has updated the HTML structure of their fixture pages. The scraper must be updated accordingly.
- Adds a "retry_missing" option to the read_events method to control whether to retry or skip games for which no events are available. - Adds a "skip_on_error" option to the...
The `socceraction.spadl.opta.convert_to_actions` implementation currently does not parse cards.
Since atomic-SPADL uses a different set of action types, a custom `actiontype` feature generator should be implemented.