Skip to content

Instantly share code, notes, and snippets.

@tengpeng
Created February 17, 2016 04:21
Show Gist options
  • Save tengpeng/da7bec7fd60d6f6eb74b to your computer and use it in GitHub Desktop.
Save tengpeng/da7bec7fd60d6f6eb74b to your computer and use it in GitHub Desktop.
lambda x
f = lambda x: x.max() - x.min()
frame.apply(f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment