how to keep only unique values in a dataframe python code example
Example: distinct rows in this DataFrame
# distinct rows in this DataFrame
df.distinct().count()
# 2
# distinct rows in this DataFrame
df.distinct().count()
# 2