Devuelve un nuevo marco de datos que contiene las filas distintas en este marco de datos

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

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