We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb7560 commit ee1c42eCopy full SHA for ee1c42e
Analysis/config.py
@@ -10,6 +10,8 @@
10
plt.interactive(True)
11
pd.options.display.max_columns = 15
12
13
+player_ids = list(range(5))
14
+
15
summoner_name2player_id_dicts = {
16
'pros': {
17
'Reiign': 0,
0 commit comments