Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -116,7 +116,8 @@ co = matplotlib.colors.LinearSegmentedColormap.from_list("", ["#56B4E9","#FFFFFF
|
|
116 |
# yahoo_df = pd.DataFrame(total_list,columns = ['player_id','rank_value','full','first','last','average_pick','average_auction_cost','display_position','editorial_team_abbr','percent_owned'])
|
117 |
|
118 |
yahoo_df = pd.read_csv('df_2023_small.csv',index_col=[0],usecols=range(12))
|
119 |
-
yahoo_df.columns = ['
|
|
|
120 |
yahoo_df_2 = yahoo_df.copy()
|
121 |
|
122 |
# # Write your code here.
|
|
|
116 |
# yahoo_df = pd.DataFrame(total_list,columns = ['player_id','rank_value','full','first','last','average_pick','average_auction_cost','display_position','editorial_team_abbr','percent_owned'])
|
117 |
|
118 |
yahoo_df = pd.read_csv('df_2023_small.csv',index_col=[0],usecols=range(12))
|
119 |
+
yahoo_df.columns = ['rank_value','player_id','full','first','last','average_pick', 'average_cost','display_position','projected_auction_value','editorial_team_abbr','percent_owned']
|
120 |
+
|
121 |
yahoo_df_2 = yahoo_df.copy()
|
122 |
|
123 |
# # Write your code here.
|