Answers for "how to get the unique values from a column in pandas in pyspark"

0

unique values in pyspark column

df.select("columnname").distinct().show()
Posted by: Guest on March-11-2021

Code answers related to "how to get the unique values from a column in pandas in pyspark"

Browse Popular Code Answers by Language