Created
August 11, 2019 23:29
-
-
Save techwithshadab/551ecfdc6a427c93f42a1cacf87101a3 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
# 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