Skip to content

Instantly share code, notes, and snippets.

@amandaiglesiasmoreno
Created November 22, 2021 20:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save amandaiglesiasmoreno/859647fb1b3e4f0c328eb61991166386 to your computer and use it in GitHub Desktop.
Save amandaiglesiasmoreno/859647fb1b3e4f0c328eb61991166386 to your computer and use it in GitHub Desktop.
# check unique values of each column
for column in df_telco.columns:
print('Column: {} - Unique Values: {}'.format(column, df_telco[column].unique()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment