PySparkリファレンスクラスデータフレームrddこのページの見出しrdd 内容をRDD of Rowとして返します。 戻り値 RDD 例 Pythondf = spark.range(1)type(df.rdd)# <class 'pyspark.core.rdd.RDD'>