-
More common event types (like Tackles and Interceptions) should have their own types within kloppy. Should an issue be created for each type in order to discuss how to convert different providers to a…
-
NameError Traceback (most recent call last)
in
12 player_games.append(statsbomb.extract_player_games(events))
13 actions = statsbomb.convert_to_a…
-
hey Joe!
been trying to use your recently updated package. I've been trying to replicate the cool graphs you showed with the sample data (Griezmann and France shot/pass maps) with other world cup …
-
My use case: using Statsbomb data, I wanted to know which player was pressured in each pressure events.
To solve that I used a custom `_record_converter` when I called `to_pandas`, similar to `_eve…
-
TODO:
- Investigate event and attribute availability around providers (opta, statsbomb, metrica, wyscout to start with)
- Determine version 1: event types (`pass, shot, dribble`) and attributes (fro…
-
My idea is a workflow of fetching data from different data sources without having to code the whole import all the time.
The goal would be to have a Framework that includes maximal possible implem…
-
Hi,
Thanks for your work on the package,
When I try to make some of charts I get errors.
When I follow the code on this issue (https://github.com/JoGall/soccermatics/issues/14) I get this error…
-
### System details
RStudio Edition : Desktop
RStudio Version : 1.2.5042
OS Version : Windows 7 64 bit
R Version : 3.6.3
### Steps to reproduce the problem
> li…
-
Hi! first thanks for this package--I can't wait to dive into the "cleaned" data.
Second, I keep running into this error, and I think it has something to do with encodings in a few of the lineups, bec…
ghost updated
4 years ago
-
Hi all
I am trying to execute notebook 2 of tutorial and it is failing on this function
**def add_players_and_teams(lineups_url, h5file):**
on this line
**players = pd.DataFrame(players.va…