Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -62,7 +62,7 @@ non_qb_stats = overall_stats.loc[overall_stats['Position'] != 'QB']
|
|
62 |
team_dict = dict(zip(prop_frame['Player'], prop_frame['Team']))
|
63 |
t_stamp = f"Last Update: " + str(timestamp) + f" CST"
|
64 |
|
65 |
-
all_sim_vars = ['
|
66 |
'pass_attempts', 'pass_completions']
|
67 |
sim_all_hold = pd.DataFrame(columns=['Player', 'Team', 'Prop type', 'Prop', 'Mean_Outcome', 'Imp Over', 'Over%', 'Imp Under', 'Under%', 'Bet?', 'Edge'])
|
68 |
|
|
|
62 |
team_dict = dict(zip(prop_frame['Player'], prop_frame['Team']))
|
63 |
t_stamp = f"Last Update: " + str(timestamp) + f" CST"
|
64 |
|
65 |
+
all_sim_vars = ['pass_yards', 'rush_yards', 'rec_yards', 'receptions', 'rush_attempts',
|
66 |
'pass_attempts', 'pass_completions']
|
67 |
sim_all_hold = pd.DataFrame(columns=['Player', 'Team', 'Prop type', 'Prop', 'Mean_Outcome', 'Imp Over', 'Over%', 'Imp Under', 'Under%', 'Bet?', 'Edge'])
|
68 |
|