Answer Posted / Pranjal Singh
"No, Spark DataFrames are mutable. They allow in-place operations such as adding or removing columns and rows. However, when an action like collect, count, or show is triggered, the underlying dataset is recomputed based on the latest changes."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers