Answers for "how to keep only unique values in a dataframe python"

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 "how to keep only unique values in a dataframe python"

Python Answers by Framework

Browse Popular Code Answers by Language