Question
What does select do in the DataFrame API?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Projects specified columns or expressions
Explanation:
Projection chooses and computes output columns.
It is analogous to the SELECT list in SQL.
Leave a Reply