streamlit_freecodecamp
streamlit_freecodecamp copied to clipboard
Making a few update changes on app_3_eda_basketball/basketball_app.py
Making a few changes on: app_3_eda_basketball/basketball_app.py
Updating by making slight modifications on heatmap to:
- Drop non-numerical columns (string columns Player, Pos, Tm)
- Using st.pyplot(f) to show heatmap without any warnings.