From 88392946bc347e61e7348667aac0b494ee1c89b4 Mon Sep 17 00:00:00 2001 From: Bruno Marques Date: Sat, 10 Nov 2018 19:30:45 -0200 Subject: [PATCH] Readme adjustment --- README.md | 62 +++++++++++++++++++++++++++---------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/README.md b/README.md index 53696a5..abc32b0 100644 --- a/README.md +++ b/README.md @@ -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 -------