find duplicate in dataset python

48

how to check for duplicates in a column in python -

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

Comments

Submit
0 Comments