Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -630,6 +630,7 @@ with tab6:
|
|
630 |
|
631 |
final_outcomes = players_only[['Player', 'Team', 'Book', 'Prop', 'Mean_Outcome', 'Imp Over', 'Over%', 'Imp Under', 'Under%', 'Bet?', 'Edge']]
|
632 |
|
|
|
633 |
final_outcomes = final_outcomes.sort_values(by='Edge', ascending=False)
|
634 |
|
635 |
with df_hold_container:
|
|
|
630 |
|
631 |
final_outcomes = players_only[['Player', 'Team', 'Book', 'Prop', 'Mean_Outcome', 'Imp Over', 'Over%', 'Imp Under', 'Under%', 'Bet?', 'Edge']]
|
632 |
|
633 |
+
final_outcomes = final_outcomes.dropna()
|
634 |
final_outcomes = final_outcomes.sort_values(by='Edge', ascending=False)
|
635 |
|
636 |
with df_hold_container:
|