Created
November 11, 2017 03:16
-
-
Save kanzitelli/f2aeeb07cd2d33cf6ef080efb6bdf31f to your computer and use it in GitHub Desktop.
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
log_returns = np.log(close_prices_2016).diff() | |
log_returns.head() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment