
Explanation:
To create a DataFrame with a subset of columns specified by name, the correct operations are:
Ultimate access to all questions.
No comments yet.
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()