Значение Pandas unqiue каждый столбец
for col in df:
print(df[col].unique())
Ugly Unicorn
for col in df:
print(df[col].unique())