7.0.13 Count number of duplicate rows
Example:
# use len() and drop_dulicates() to count the number of dups
len(DF.drop_duplicates() )
7.0.13 Count number of duplicate rows
Example:
# use len() and drop_dulicates() to count the number of dups
len(DF.drop_duplicates() )