
Ultimate access to all questions.
Which of the following operations can be used to return a DataFrame with distinct rows (removing all duplicates)? Select the most comprehensive answer.
A
DataFrame.distinct()
B
DataFrame.dropDuplicates() and DataFrame.distinct()
C
DataFrame.dropDuplicates()
D
DataFrame.drop_duplicates()_
E
DataFrame.dropDuplicates(), DataFrame.distinct() and DataFrame.drop_duplicates()_