Python port of the StatsBombR library.
- Free software: Mozilla Public License 2.0
- Documentation: https://pystatsbomb.readthedocs.io
- Free data access
- API data access (TODO)
- Data cleaning helpers
FreeCompetitions
:pystatsbomb.free.get_competitions()
FreeMatches
:pystatsbomb.free.get_matches(competition_ids)
StatsBombFreeEvents
:pystatsbomb.free.get_events(matches=None)
StatsBombFreeLineups
:pystatsbomb.free.get_lineups(matches=None)
get.lineupsFree
:pystatsbomb.free.get_match_lineups(match)
get.matchFree
:pystatsbomb.free.get_match_events(match)
MultiCompEvents
: TODOMultiCompMatches
: TODOMultiMatchLineupsClean
: TODOStagingMultiCompEvents
: TODOalllineups
: TODOallmatches
: TODOallstaging
: TODOcompetitions
: TODOget.lineups
: TODOget.match
: TODOget.matches
: TODOmatchesvector
: TODOstagingcomps
: TODOstagingevents
: TODOstagingmatches
: TODO
allclean
:pystatsbomb.helpers.all_clean(df)
cleanlocations
:pystatsbomb.helpers.clean_locations(df)
defensiveinfo
: TODOformatelapsedtime
:pystatsbomb.helpers.format_elapsed_time(df)
freezeframeinfo
:pystatsbomb.helpers.freeze_frame_info(df)
get.gamestate
: TODOgetOpposingTeam
:pystatsbomb.helpers.get_opposing_team(df)
getminutesplayed
: TODOgoalkeeperinfo
:pystatsbomb.helpers.goalkeeper_info(df)
possessioninfo
:pystatsbomb.helpers.possession_info(df)
shotinfo
:pystatsbomb.helpers.shot_info(df)
annotate_pitchSB
: TODOtheme_SB
: TODO
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.