Skip to content

Instantly share code, notes, and snippets.

@lakshay-arora
Last active February 5, 2020 11:04
Show Gist options
  • Save lakshay-arora/15577bdb4e064b8fe2796e29b84706d2 to your computer and use it in GitHub Desktop.
Save lakshay-arora/15577bdb4e064b8fe2796e29b84706d2 to your computer and use it in GitHub Desktop.
# select all rows with a condition
data.loc[data.age >= 15]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment