statsbombapi
statsbombapi copied to clipboard
An extendable Statsbomb API wrapper for data-pipelines
There's an example in the readme, but it would be nice if you could decode to `pd.DataFrame`s out of the box
Hello, I got the following error when calling `competitions()` with `StatsbombAPI` client : ``` sb_client = statsbombapi.StatsbombAPI(username=username, password=password) sb_client.competitions() >> *** marshmallow.exceptions.ValidationError: {4: {'match_updated': ['Field may not be null.'], 'match_available':...
* Linter/formatter (probably [black](https://github.com/psf/black)) * Use mypy