Can someone please share how one can convert a dataframe to an RDD?
dataframe
RDD
Simply:
val rows: RDD[Row] = df.rdd