Created
November 11, 2017 03:16
-
-
Save kanzitelli/103816da3b7ebc68d4efd7a6ff9343eb 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
desc = close_prices_2016.describe() | |
desc.loc['min-max diff'] = desc.loc['max'] - desc.loc['min'] | |
desc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment