Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -439,7 +439,7 @@ with tab6:
|
|
439 |
for x in range(0,total_sims):
|
440 |
overall_file[x] = np.random.normal(overall_file['Median'],overall_file['STD'])
|
441 |
|
442 |
-
overall_file=overall_file.drop(['Player', 'Prop', 'Floor', 'Median', 'Ceiling', 'STD'], axis=1)
|
443 |
|
444 |
players_only = hold_file[['Player']]
|
445 |
|
|
|
439 |
for x in range(0,total_sims):
|
440 |
overall_file[x] = np.random.normal(overall_file['Median'],overall_file['STD'])
|
441 |
|
442 |
+
overall_file=overall_file.drop(['Player', 'book', 'Prop', 'Floor', 'Median', 'Ceiling', 'STD'], axis=1)
|
443 |
|
444 |
players_only = hold_file[['Player']]
|
445 |
|