View Spark data frame like Pandas Data frame

已回答

I'm currently doing most of my development using Spark Scala now with larger datasets and was previously using Pandas

One thing that doesn't seem obvious to me; how do I view a Spark data frame the same way I view a Pandas data frame in the IDE window?  

Thx

0

Could you please share a screenshot how it should look like and how it looks like now?

0

Hi Serge,

Here are s/shots.

Here is pandas - the dataframe is nice and easy to visualise

 

Here is a spark dataframe.  When I try to view as, there is no alternative view that lets me view the data frame like the pandas s/shot above

Thx

 

0

请先登录再写评论。