I have a RDD
and I want to convert it to pandas
dataframe
. I know that to convert and RDD
to a normal dataframe
we can do
df = rdd1.toDF()
But I want to convert the RDD
to pandas
dataframe
and not a normal dataframe
. How can I do it?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…