
Ultimate access to all questions.
Which of the following operations can be used to create a new DataFrame from DataFrame storesDF by excluding columns specified by name?
A
storesDF.filter()
B
storesDF.select()
C
storesDF.drop()
D
storesDF.subset()
E
storesDF.dropColumn()