Rdd

Retourneert de inhoud als een RDD van Row.

Retouren

RDD

Examples

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