nesticot commited on
Commit
233b86b
·
1 Parent(s): 8144068

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -113,6 +113,7 @@ team_abv_nst_dict = {'All':''} | team_abv_nst.set_index('team_abv')['team_name']
113
 
114
  position_dict = {'All':'','F':'Forwards','D':'Defense'}
115
 
 
116
  player_games_df = player_games_df.rename(columns={'Total Points_pp':'PP Points'})
117
 
118
  stat_input_list = ['TOI', 'Goals', 'Total Assists',
 
113
 
114
  position_dict = {'All':'','F':'Forwards','D':'Defense'}
115
 
116
+ player_games_df.player_id = player_games_df.player_id.astype(int)
117
  player_games_df = player_games_df.rename(columns={'Total Points_pp':'PP Points'})
118
 
119
  stat_input_list = ['TOI', 'Goals', 'Total Assists',