Is pyspark dataframe immutable?
Answer / 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 |
How would you determine the quantity of parcels while making a RDD? What are the capacities?
What is flatmap in pyspark?
Is pyspark a language?
How do I open pyspark shell in windows?
What is Lazy Evaluation?
Why do we use pyspark?
What record frameworks does Spark support?
What is DStream?
Is pyspark slower than scala?
Does pyspark require spark?
Name kinds of Cluster Managers in Spark?
How might you associate Hive to Spark SQL?