Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save techwithshadab/551ecfdc6a427c93f42a1cacf87101a3 to your computer and use it in GitHub Desktop.
Save techwithshadab/551ecfdc6a427c93f42a1cacf87101a3 to your computer and use it in GitHub Desktop.
# Separating female labels
female_data = labels[labels['Gender'] == 1]
female_data.head()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment