
Answer-first summary for fast verification
Answer: DataFrame
A Spark DataFrame column can hold various data types including String (B), Array (C), null values (D), and Vector (E) from MLlib. However, a DataFrame (A) itself is a collection of columns and rows, not a data type that can be stored within a single column cell. Therefore, a DataFrame cannot be contained within a column.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.