Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
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.
inplace=True
D
The ability to modify the original data frame in place.