Retorna um novo DataFrame contendo as linhas distintas neste DataFrame

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

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