I first ran the  command
df.show()

For sanity check of my dataFrame.

I wasn't impressed with the display.

I then ran
df.toPandas() in Jupiter Notebook.

Now the display is really good looking .

Is toPandas() a new function which became available in Spark 3.0 ?

Reply via email to