Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ def nat_stat_trick_range_pp_gp(rookie='n',start_date='2022-10-01',end_date=str(p
|
|
158 |
return df_url
|
159 |
|
160 |
team_abv = pd.read_csv('team_abv.csv')
|
161 |
-
team_dict = team_abv.set_index('team_abv').to_dict()
|
162 |
|
163 |
yahoo_nhl_df = pd.read_csv('yahoo_to_nhl.csv', encoding='unicode_escape')
|
164 |
|
|
|
158 |
return df_url
|
159 |
|
160 |
team_abv = pd.read_csv('team_abv.csv')
|
161 |
+
team_dict = team_abv.set_index('team_abv').to_dict()['team_name']
|
162 |
|
163 |
yahoo_nhl_df = pd.read_csv('yahoo_to_nhl.csv', encoding='unicode_escape')
|
164 |
|