Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

Display if the column(s) contain duplicates in the DataFrame

# Display if the column(s) contain duplicates in the DataFrame
df.sum().duplicated() 
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Display #duplicates #DataFrame
ADD COMMENT
Topic
Name
9+3 =