Correct Answer : count()
Explanation : count() is an action operation in PySpark. It returns the number of elements in an RDD. Other action operations in PySpark include collect(), reduce(), take(), and foreach().