pandas unique tuples code example
Example: Returns a new DataFrame containing the distinct rows in this DataFrame
# Returns a new DataFrame containing the distinct rows in this DataFrame
df.ditinct().count()
# 2
# Returns a new DataFrame containing the distinct rows in this DataFrame
df.ditinct().count()
# 2