Skip to content

Instantly share code, notes, and snippets.

@kanzitelli
Created November 11, 2017 03:16
Show Gist options
  • Save kanzitelli/103816da3b7ebc68d4efd7a6ff9343eb to your computer and use it in GitHub Desktop.
Save kanzitelli/103816da3b7ebc68d4efd7a6ff9343eb to your computer and use it in GitHub Desktop.
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