RDD.
count
Return the number of elements in this RDD.
Examples
>>> sc.parallelize([2, 3, 4]).count() 3
previous
pyspark.RDD.context
next
pyspark.RDD.countApprox