Skip to content

Commit

Permalink
removed filter (no point at the moment)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieVeitch committed Dec 19, 2022
1 parent 045ae46 commit 60481e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions analysis/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ def preprocess(games: pd.DataFrame) -> pd.DataFrame:

ranked_games.set_index('matchID', inplace=True)
ranked_games = ranked_games.loc[has_even_teams.intersection(has_damage).intersection(has_highlander)]
ranked_games = games.copy().set_index('matchID')

recent_names = player_names(games=ranked_games)
ranked_games['name'] = ranked_games['uid'].replace(recent_names)
Expand Down

0 comments on commit 60481e9

Please sign in to comment.