cara memeriksa duplikat di kolom dalam python

boolean = df['Student'].duplicated().any() # True
Troubled Thrush