How to convert a DataFrame back to normal RDD in pyspark? March 11, 2023 by Tarik Use the method .rdd like this: rdd = df.rdd