Notice a few Transformations and Actions?
Answer / Tarun Sudhir
Transformations in PySpark are operations that create a new DataFrame from an existing one, but they don't compute the result immediately. Examples include filter(), map(), and select(). On the other hand, actions trigger the computation and return a value to the driver program. Examples of actions include count(), collect(), and show().
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the distinction among continue() and store()?
By what method can Spark be associated with Apache Mesos?
What is pyspark used for?
Can I use pandas in pyspark?
What is DStream?
What is the hugeness of Sliding Window task?
What is GraphX?
What is PageRank Algorithm?
Is pyspark a framework?
What is udf in pyspark?
How might you limit information moves when working with Spark?
What are communicated and Accumilators?