Skip to content

Instantly share code, notes, and snippets.

@Davisy
Created January 4, 2020 11:58
Show Gist options
  • Save Davisy/41cd0debbda56a5c16bc73f23581166d to your computer and use it in GitHub Desktop.
Save Davisy/41cd0debbda56a5c16bc73f23581166d to your computer and use it in GitHub Desktop.
# 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