Del via


rdd

Returns the content as an RDD of Row.

Returns

RDD

Examples

df = spark.range(1)
type(df.rdd)
# <class 'pyspark.core.rdd.RDD'>