Update README.md

pull/677/head
Ben Wallace 2 years ago committed by GitHub
parent 70cf42d37f
commit b2c0315c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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()

Loading…
Cancel
Save