lrschuman17 commited on
Commit
7758341
·
verified ·
1 Parent(s): b076993

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
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: