Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the content as an RDD of Row.
Returns
RDD
Examples
df = spark.range(1)
type(df.rdd)
# <class 'pyspark.core.rdd.RDD'>