From b2c0315c5f8d7c9fbe764970a99e73c06cea44ff Mon Sep 17 00:00:00 2001 From: Ben Wallace Date: Fri, 21 Jul 2023 21:23:21 -0600 Subject: [PATCH] Update README.md --- 5-Clustering/1-Visualize/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/5-Clustering/1-Visualize/README.md b/5-Clustering/1-Visualize/README.md index 61dd0843..b7beadf9 100644 --- a/5-Clustering/1-Visualize/README.md +++ b/5-Clustering/1-Visualize/README.md @@ -258,7 +258,6 @@ Note, when the top genre is described as 'Missing', that means that Spotify did 1. Do a quick test to see if the data correlates in any particularly strong way: ```python - # Create a DF of only numeric columns df_num = df.select_dtypes(include=['int64', 'float64']) corrmat = df_num.corr()