Skip to content

Commit

Permalink
reintroduced filter
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieVeitch committed Dec 19, 2022
1 parent 2861d3a commit 045ae46
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion analysis/preprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ 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 045ae46

Please sign in to comment.