Created
January 4, 2020 11:58
-
-
Save Davisy/41cd0debbda56a5c16bc73f23581166d to your computer and use it in GitHub Desktop.
This file contains 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
# Frequency table of a variable will give us the count of each category in that Target variable. | |
data['bank_account'].value_counts() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment