Apache spark has a notion of a ³data frame². This object is like a PANDAS
data frame or a data frame in R.
I wonder if the auto completion problem as todo with the way code is
typically written in spark. I.E. By creating chains of function alls? Each
function returns a data frame.
hashTagsDF.groupBy("tag").agg({"tag": "count"}).orderBy("count(tag)",
ascending=False).show()
Any suggestions would be greatly appreciated. Bellow is my original post to
the apache spark list.
Andy
From: Andrew Davidson <[email protected]>
Date: Monday, August 1, 2016 at 10:08 AM
To: "user @spark" <[email protected]>
Subject: python 'Jupyter' data frame problem with autocompletion
> I started using python3 and jupyter in a chrome browser. I seem to be having
> trouble with data frame code completion. Regular python functions seems to
> work correctly.
>
> I wonder if I need to import something so the notebook knows about data
> frames?
>
> Kind regards
>
>
> Andy
--
You received this message because you are subscribed to the Google Groups
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jupyter/D3C51038.4314A%25Andy%40SantaCruzIntegration.com.
For more options, visit https://groups.google.com/d/optout.