Hi, tried using .distinct().show() as advised, but am getting the error TypeError: 'DataFrame' object is not callable.
The dataframe was read in from a csv file using spark.read.csv, other functions like describe works on the df. any reason for thi...