Skip to content

Instantly share code, notes, and snippets.

@anthonymorast
Created August 17, 2021 18:55
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 anthonymorast/b0c1382e3a74272520c4ddcbcf9f7a07 to your computer and use it in GitHub Desktop.
Save anthonymorast/b0c1382e3a74272520c4ddcbcf9f7a07 to your computer and use it in GitHub Desktop.
def show_losers(data):
return data.loc[data.profit < 0]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment