streamlit_freecodecamp icon indicating copy to clipboard operation
streamlit_freecodecamp copied to clipboard

Making a few update changes on app_3_eda_basketball/basketball_app.py

Open Luismbpr opened this issue 2 years ago • 0 comments

Making a few changes on: app_3_eda_basketball/basketball_app.py

Updating by making slight modifications on heatmap to:

  1. Drop non-numerical columns (string columns Player, Pos, Tm)
  2. Using st.pyplot(f) to show heatmap without any warnings.

Luismbpr avatar Oct 12 '23 05:10 Luismbpr