Created
September 4, 2020 07:30
-
-
Save vineethm1627/7aa66d90c7ed7d7856a723aeba776b06 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
# gender : Female : 0, Male : 1 | |
data['Gender'] = data['Gender'].map({'Female' : 1, 'Male' : 0}) | |
data.head() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment