Skip to content
This repository has been archived by the owner on Feb 18, 2020. It is now read-only.

Commit

Permalink
Readme adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
ElSaico committed Nov 10, 2018
1 parent 57e89ef commit 8839294
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions README.md
Expand Up @@ -24,37 +24,37 @@ Features

### StatsBombR compatibility

* FreeCompetitions: `pystatsbomb.free.get_competitions()`
* FreeMatches: `pystatsbomb.free.get_matches(competition_ids)`
* MultiCompEvents: TODO
* StagingMultiCompEvents: TODO
* StatsBombFreeEvents: `pystatsbomb.free.get_events(matches=None)`
* StatsBombFreeLineups: `pystatsbomb.free.get_lineups(matches=None)`
* allclean: `pystatsbomb.helpers.all_clean(df)`
* alllineups: TODO
* allmatches: TODO
* allstaging: TODO
* annotate_pitchSB: TODO
* cleanlocations: `pystatsbomb.helpers.clean_locations(df)`
* competitions: TODO
* defensiveinfo: TODO
* formatelapsedtime: `pystatsbomb.helpers.format_elapsed_time(df)`
* freezeframeinfo: `pystatsbomb.helpers.freeze_frame_info(df)`
* get.gamestate: TODO
* get.lineups: TODO
* get.lineupsFree: `pystatsbomb.free.get_match_lineups(match)`
* get.matchFree: `pystatsbomb.free.get_match_events(match)`
* get.matches: TODO
* getOpposingTeam: TODO
* getmatch: TODO
* getminutesplayed: TODO
* goalkeeperinfo: `pystatsbomb.helpers.goalkeeper_info(df)`
* matchesvector: TODO
* possessioninfo: `pystatsbomb.helpers.possession_info(df)`
* shotinfo: `pystatsbomb.helpers.shot_info(df)`
* stagingcomps: TODO
* stagingevents: TODO
* stagingmatches: TODO
* `FreeCompetitions`: `pystatsbomb.free.get_competitions()`
* `FreeMatches`: `pystatsbomb.free.get_matches(competition_ids)`
* `MultiCompEvents`: TODO
* `StagingMultiCompEvents`: TODO
* `StatsBombFreeEvents`: `pystatsbomb.free.get_events(matches=None)`
* `StatsBombFreeLineups`: `pystatsbomb.free.get_lineups(matches=None)`
* `allclean`: `pystatsbomb.helpers.all_clean(df)`
* `alllineups`: TODO
* `allmatches`: TODO
* `allstaging`: TODO
* `annotate_pitchSB`: TODO
* `cleanlocations`: `pystatsbomb.helpers.clean_locations(df)`
* `competitions`: TODO
* `defensiveinfo`: TODO
* `formatelapsedtime`: `pystatsbomb.helpers.format_elapsed_time(df)`
* `freezeframeinfo`: `pystatsbomb.helpers.freeze_frame_info(df)`
* `get.gamestate`: TODO
* `get.lineups`: TODO
* `get.lineupsFree`: `pystatsbomb.free.get_match_lineups(match)`
* `get.matchFree`: `pystatsbomb.free.get_match_events(match)`
* `get.matches`: TODO
* `getOpposingTeam`: TODO
* `getmatch`: TODO
* `getminutesplayed`: TODO
* `goalkeeperinfo`: `pystatsbomb.helpers.goalkeeper_info(df)`
* `matchesvector`: TODO
* `possessioninfo`: `pystatsbomb.helpers.possession_info(df)`
* `shotinfo`: `pystatsbomb.helpers.shot_info(df)`
* `stagingcomps`: TODO
* `stagingevents`: TODO
* `stagingmatches`: TODO

Credits
-------
Expand Down

0 comments on commit 8839294

Please sign in to comment.