Spaces:
Running
Running
James McCool
commited on
Commit
·
6771d0c
1
Parent(s):
4307326
Doing a basic print for stint ID heads.
Browse files- src/streamlit_app.py +2 -0
src/streamlit_app.py
CHANGED
|
@@ -211,6 +211,8 @@ def init_baselines(data_req: str):
|
|
| 211 |
except Exception:
|
| 212 |
pass # Silently continue if stint stats unavailable
|
| 213 |
|
|
|
|
|
|
|
| 214 |
return gamelog_table, game_rot, timestamp
|
| 215 |
|
| 216 |
@st.cache_data(show_spinner=False)
|
|
|
|
| 211 |
except Exception:
|
| 212 |
pass # Silently continue if stint stats unavailable
|
| 213 |
|
| 214 |
+
print(game_rot['stint_id'].head(10))
|
| 215 |
+
print(stint_stats['stint_id'].head(10))
|
| 216 |
return gamelog_table, game_rot, timestamp
|
| 217 |
|
| 218 |
@st.cache_data(show_spinner=False)
|