Renvoie un nouveau dataframe contenant les lignes distinctes dans ce dataframe

# Returns a new DataFrame containing the distinct rows in this DataFrame

df.ditinct().count()
# 2
Ethercourt.ml