
Ultimate access to all questions.
Which of the following code blocks returns a new DataFrame from DataFrame storesDF with duplicate rows removed?
A
storesDF.removeDuplicates()
B
storesDF.getDistinct()
C
storesDF.duplicates.drop()
D
storesDF.duplicates()
E
storesDF.dropDuplicates()