Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -356,8 +356,8 @@ def server(input, output, session):
|
|
356 |
|
357 |
|
358 |
test = test.merge(right=yahoo_df,left_on='player_id',right_on='nhl_id',suffixes=['','_y'],how='left')
|
359 |
-
if len(test[test.player_id == 8478427]) > 0:
|
360 |
-
|
361 |
|
362 |
#print(test[test.nhl_id == 8478427])
|
363 |
|
|
|
356 |
|
357 |
|
358 |
test = test.merge(right=yahoo_df,left_on='player_id',right_on='nhl_id',suffixes=['','_y'],how='left')
|
359 |
+
# if len(test[test.player_id == 8478427]) > 0:
|
360 |
+
# return test.style
|
361 |
|
362 |
#print(test[test.nhl_id == 8478427])
|
363 |
|