dataprofessor / streamlit_freecodecamp

Build 12 Data Apps in Python with Streamlit
577 stars 541 forks source link

Making a few update changes on app_3_eda_basketball/basketball_app.py #17

Open Luismbpr opened 9 months ago

Luismbpr commented 9 months ago

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.