✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Which of the following is true about Spark DataFrame?
i) A DataFrame is a Dataset organized into named columnsii) A DataFrame is conceptually equivalent to a table in a relational databaseiii) Spark does not evaluate DataFrame lazilyiv) DataFrame computation happens only when action appears (e.g., display result, save output)