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