Answers for "Return the number of elements in this RDD."

0

Return the number of elements in this RDD.

sc.parallelize([2, 3, 4]).count()
# 3
Posted by: Guest on March-11-2020

Code answers related to "Return the number of elements in this RDD."

Python Answers by Framework

Browse Popular Code Answers by Language