Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -280,7 +280,7 @@ team_games.team_abv = team_games.team.map(team_abv.set_index('team_name').team_a
|
|
280 |
# players_df = players_df.merge(teams_df)
|
281 |
|
282 |
|
283 |
-
team_games.
|
284 |
yahoo_to_nhl = pd.read_csv("data/yahoo_to_nhl.csv",index_col=[0], encoding='unicode_escape')
|
285 |
|
286 |
yahoo_df_scrape = pd.DataFrame(total_list,columns=['yahoo_id','idx','full','first','last','average_pick','average_auction_cost','projected_auction_value','position','team','percent_owned'])
|
|
|
280 |
# players_df = players_df.merge(teams_df)
|
281 |
|
282 |
|
283 |
+
team_games.team_abb = team_games.team_abv.replace({'LAK':'L.A','SJS':'S.J','NJD':'N.J','TBL':'T.B'})
|
284 |
yahoo_to_nhl = pd.read_csv("data/yahoo_to_nhl.csv",index_col=[0], encoding='unicode_escape')
|
285 |
|
286 |
yahoo_df_scrape = pd.DataFrame(total_list,columns=['yahoo_id','idx','full','first','last','average_pick','average_auction_cost','projected_auction_value','position','team','percent_owned'])
|