Created
August 24, 2021 12:22
-
-
Save quantra-go-algo/1d0a550f434de30831c645a2a2213832 to your computer and use it in GitHub Desktop.
Calculate Correlation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#################################################### | |
## 1. Calculate correlation between Xs and Y | |
df.corr() | |
#################################################### |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment