Skip to content

Instantly share code, notes, and snippets.

@hossein761
Last active May 31, 2018 13:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hossein761/877120aa44945863af56b4d7e1518a8c to your computer and use it in GitHub Desktop.
Save hossein761/877120aa44945863af56b4d7e1518a8c to your computer and use it in GitHub Desktop.
Calculate Median
median = high_low_dif_df['high_low_dif'].divide(pnd_df['low']).multiply(100).median()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment