Last active
February 5, 2020 11:05
-
-
Save lakshay-arora/bcd1f69c5316099302f4ebaad2de6559 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# select with multiple conditions | |
data.loc[(data.age >= 12) & (data.gender == 'M')] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment