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