Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -256,7 +256,6 @@ def main():
|
|
256 |
player_data_filtered = (
|
257 |
pd.DataFrame({"season": all_seasons})
|
258 |
.merge(player_data_filtered, on="season", how="left")
|
259 |
-
.fillna({"pts": 0, "ast": 0, "reb": 0}) # Fill missing values
|
260 |
)
|
261 |
|
262 |
if not player_data_filtered.empty:
|
|
|
256 |
player_data_filtered = (
|
257 |
pd.DataFrame({"season": all_seasons})
|
258 |
.merge(player_data_filtered, on="season", how="left")
|
|
|
259 |
)
|
260 |
|
261 |
if not player_data_filtered.empty:
|