Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -467,7 +467,7 @@ with tab6:
|
|
467 |
players_only['Bet_suggest'] = np.where(players_only['Over_diff'] > players_only['Under_diff'], "Over" , "Under")
|
468 |
players_only['Bet?'] = np.where(players_only['Bet_check'] >= players_only['prop_threshold'], players_only['Bet_suggest'], "No Bet")
|
469 |
players_only['Edge'] = players_only['Bet_check']
|
470 |
-
players_only['Prop
|
471 |
|
472 |
players_only['Player'] = hold_file[['Player']]
|
473 |
players_only['Team'] = players_only['Player'].map(team_dict)
|
@@ -622,7 +622,7 @@ with tab6:
|
|
622 |
players_only['Bet_suggest'] = np.where(players_only['Over_diff'] > players_only['Under_diff'], "Over" , "Under")
|
623 |
players_only['Bet?'] = np.where(players_only['Bet_check'] >= players_only['prop_threshold'], players_only['Bet_suggest'], "No Bet")
|
624 |
players_only['Edge'] = players_only['Bet_check']
|
625 |
-
players_only['Prop
|
626 |
|
627 |
players_only['Player'] = hold_file[['Player']]
|
628 |
players_only['Team'] = players_only['Player'].map(team_dict)
|
|
|
467 |
players_only['Bet_suggest'] = np.where(players_only['Over_diff'] > players_only['Under_diff'], "Over" , "Under")
|
468 |
players_only['Bet?'] = np.where(players_only['Bet_check'] >= players_only['prop_threshold'], players_only['Bet_suggest'], "No Bet")
|
469 |
players_only['Edge'] = players_only['Bet_check']
|
470 |
+
players_only['Prop Type'] = prop
|
471 |
|
472 |
players_only['Player'] = hold_file[['Player']]
|
473 |
players_only['Team'] = players_only['Player'].map(team_dict)
|
|
|
622 |
players_only['Bet_suggest'] = np.where(players_only['Over_diff'] > players_only['Under_diff'], "Over" , "Under")
|
623 |
players_only['Bet?'] = np.where(players_only['Bet_check'] >= players_only['prop_threshold'], players_only['Bet_suggest'], "No Bet")
|
624 |
players_only['Edge'] = players_only['Bet_check']
|
625 |
+
players_only['Prop Type'] = prop_type_var
|
626 |
|
627 |
players_only['Player'] = hold_file[['Player']]
|
628 |
players_only['Team'] = players_only['Player'].map(team_dict)
|