Pieter Robberechts

Results 20 issues of 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...

enhancement

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

enhancement

WhoScored has updated the HTML structure of their fixture pages. Fixes #581

bug
WhoScored

WhoScored has updated the HTML structure of their fixture pages. The scraper must be updated accordingly.

bug
WhoScored

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

enhancement
WhoScored

The `socceraction.spadl.opta.convert_to_actions` implementation currently does not parse cards.

bug
good first issue

Since atomic-SPADL uses a different set of action types, a custom `actiontype` feature generator should be implemented.

bug