Pieter Robberechts
Pieter Robberechts
**Describe the bug** Pandas handles the default `int` type differently on Windows and Linux. On Linux`int` is interpreted as `int64` but on Windows as `int32`. Since Pandera always maps `int`...
The goal of this PR is to track progress on #41. ## Supported action types | SPADL action | Kloppy EventType | Tasks | |------------------|------------------|-------| | pass | PASS |...
On July 20th 2021, Wyscout switched their API to v3. Currently, socceraction only supports v2 of the Wyscout API, which is now a legacy version. Adding support for the new...
SPADL defines 4 different event types for describing save/ball recovery actions by keepers: | Action type | Description | Success | |------------------|-------------------------------|------------------------| | Keeper save | Keeper saves a shot...
When trying to retrieve a resource which does not exist, `statsbombpy` throws a `JSONDecodeError`. Example: ``` >> from statsbombpy import sb >> sb.events(1234) JSONDecodeError: Extra data: line 1 column 4...
The following issues have to be resolved before we can add support for converting Wyscout v2 data that was loaded by kloppy to SPADL: - [x] https://github.com/PySport/kloppy/issues/236 - [ ]...
The following issues have to be resolved before we can add support for converting Opta data that was loaded by kloppy to SPADL: - [ ] https://github.com/PySport/kloppy/issues/267 - [ ]...
Some games (e.g, postponed games) might have an empty event feed. This results in errors while computing features and labels. ```python import pandas as pd import socceraction.atomic.vaep.features as fs import...
SPADL does not have a corresponding action for aerial duels. Yet, it would make sense to add them to SPADL as they are meaningful actions that affect the possession value....