
Ultimate access to all questions.
In the context of Spark DataFrames, what does immutability mean?
A
The compatibility with Pandas‘ in-place modifications.
B
The creation of new data frames without modifying the original one.
C
The support for inplace=True in data frame operations.
D
The ability to modify the original data frame in place.