Wartości uniqe pandy w kolumnach

print(df['Courses'].unique())
print(df.Courses.unique())
py_hacker