Update main.py
Browse files
main.py
CHANGED
|
@@ -935,7 +935,7 @@ def get_player_stats():
|
|
| 935 |
else:
|
| 936 |
basic_display_df = comparison_df_raw.copy()
|
| 937 |
|
| 938 |
-
basic_cols = ['Player', 'Season', 'GP', 'MIN', 'PTS', 'REB', 'AST', 'STL', 'BLK', 'FG_PCT', 'FT_PCT', '
|
| 939 |
basic_display_df = basic_display_df[[c for c in basic_cols if c in basic_display_df.columns]].round(2)
|
| 940 |
|
| 941 |
# Calculate advanced stats
|
|
|
|
| 935 |
else:
|
| 936 |
basic_display_df = comparison_df_raw.copy()
|
| 937 |
|
| 938 |
+
basic_cols = ['Player', 'Season', 'GP', 'MIN', 'PTS', 'REB', 'AST', 'STL', 'BLK', 'FG_PCT', 'FT_PCT', 'FG3_PCT']
|
| 939 |
basic_display_df = basic_display_df[[c for c in basic_cols if c in basic_display_df.columns]].round(2)
|
| 940 |
|
| 941 |
# Calculate advanced stats
|