Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. duplicaterows = df[df.duplicated(['DateTime'])]
  2. print("Duplicate Rows:n", duplicaterows)
  3.  
  4. # Result:
  5.  
  6. Duplicate Rows:
  7. DateTime data
  8. 176252 2002-09-08 10:45:00 22.23
  9. 393863 2004-10-28 05:55:00 26.21
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement