Question
What is a Spark DataFrame?
Select an option. Your answer will be checked instantly.
Correct Answer: B. A distributed collection of rows organized into named columns
Explanation:
A DataFrame has a schema describing column names and data types.
Its structured representation enables query optimization.
Leave a Reply