Skip to content

Instantly share code, notes, and snippets.

@alaindomissy
Created July 17, 2014 01:56
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 alaindomissy/e2d505738ef8de0b125a to your computer and use it in GitHub Desktop.
Save alaindomissy/e2d505738ef8de0b125a to your computer and use it in GitHub Desktop.
Intro to Panda Exercise 6
std_and=data[data.rain & data.snow].mean_temp.std()
std_xor=data[data.rain ^ data.snow].mean_temp.std()
print std_and, std_xor, std_and > std_xor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment