Skip to content

Instantly share code, notes, and snippets.

@gtordjma
Created November 24, 2020 21:40
Python - value obj
for x in object_columns_df:
print( x + ': ' + str(object_columns_df[x].unique()))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment