S

Sikhar Chaudhary • 5.88K Points
Tutor III

Q. Which pandas method is used to check for duplicate rows?

  • (A) duplicated()
  • (B) drop_duplicates()
  • (C) is_duplicate()
  • (D) unique()
  • Correct Answer - Option(A)
  • Views: 24
  • Filed under category Pandas

Explanation by: Sikhar Chaudhary
The duplicated() method returns a boolean Series indicating duplicate rows in a DataFrame.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.


Question analytics