statsbombapi icon indicating copy to clipboard operation
statsbombapi copied to clipboard

An extendable Statsbomb API wrapper for data-pipelines

Results 3 statsbombapi issues
Sort by recently updated
recently updated
newest added

There's an example in the readme, but it would be nice if you could decode to `pd.DataFrame`s out of the box

enhancement

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