Answer Posted / Amit Prasad Singh
PySpark DataFrame is not strictly immutable. Although you cannot modify the data in a DataFrame directly, you can create new DataFrames from existing ones by applying transformations like map(), filter(), etc., which return new DataFrames with modified data.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers