James McCool
commited on
Commit
·
4353f4f
1
Parent(s):
0dc28ee
Update excluded columns in app.py: add 'Weighted Own' and 'Geomean' to the list of excluded columns in projections, enhancing data filtering for improved analysis.
Browse files
app.py
CHANGED
@@ -743,7 +743,7 @@ with tab1:
|
|
743 |
with tab2:
|
744 |
if 'portfolio' in st.session_state and 'projections_df' in st.session_state:
|
745 |
|
746 |
-
excluded_cols = ['salary', 'median', 'Own', 'Finish_percentile', 'Dupes', 'Stack', 'Win%', 'Lineup Edge']
|
747 |
with st.container():
|
748 |
col1, col2, col3 = st.columns(3)
|
749 |
with col1:
|
|
|
743 |
with tab2:
|
744 |
if 'portfolio' in st.session_state and 'projections_df' in st.session_state:
|
745 |
|
746 |
+
excluded_cols = ['salary', 'median', 'Own', 'Finish_percentile', 'Dupes', 'Stack', 'Win%', 'Lineup Edge', 'Weighted Own', 'Geomean']
|
747 |
with st.container():
|
748 |
col1, col2, col3 = st.columns(3)
|
749 |
with col1:
|