Answers for "distinct records of a column in df"

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 "distinct records of a column in df"

Python Answers by Framework

Browse Popular Code Answers by Language