Answers for "to get distinct records of a dataframe"

0

distinct rows in this DataFrame

# distinct rows in this DataFrame

df.distinct().count()
# 2
Posted by: Guest on April-20-2020

Code answers related to "to get distinct records of a dataframe"

Python Answers by Framework

Browse Popular Code Answers by Language