Skip to content

Instantly share code, notes, and snippets.

@techwithshadab
Created August 11, 2019 23:19
Show Gist options
  • Save techwithshadab/0c6758c02cc6fff26395f0d110fb0f67 to your computer and use it in GitHub Desktop.
Save techwithshadab/0c6758c02cc6fff26395f0d110fb0f67 to your computer and use it in GitHub Desktop.
# Separating male labels
male_data = labels[labels['Gender'] == 0]
male_data.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment