New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document DataFrames #61

Closed
ianmilligan1 opened this Issue Oct 15, 2018 · 2 comments

Comments

Projects
None yet
2 participants
@ianmilligan1
Member

ianmilligan1 commented Oct 15, 2018

We need to document DataFrames in the documentation. Discussed with @ruebot and I think we will document DF alongside RDDs in the existing docs.

I will draw from:

@ianmilligan1 ianmilligan1 self-assigned this Oct 15, 2018

@lintool

This comment has been minimized.

Show comment
Hide comment
@lintool

lintool Oct 15, 2018

Member

We can draw inspiration from the Spark docs:
https://spark.apache.org/docs/latest/rdd-programming-guide.html

You see how for each task, it tells you how to do in Scala, Java, and Python - each in its tab. Perhaps we can organize that way also?

For now, if we can't do it in DF, we just say so.

Member

lintool commented Oct 15, 2018

We can draw inspiration from the Spark docs:
https://spark.apache.org/docs/latest/rdd-programming-guide.html

You see how for each task, it tells you how to do in Scala, Java, and Python - each in its tab. Perhaps we can organize that way also?

For now, if we can't do it in DF, we just say so.

@ianmilligan1

This comment has been minimized.

Show comment
Hide comment
@ianmilligan1

ianmilligan1 Oct 15, 2018

Member

I did look into that but our theme doesn't support tabbing like that, at least not in any way that looked terribly legible and nice to look at to me.

Could you provide a few words here @lintool maybe on the the advantages of DataFrames. Just a few sentences on what you could do with say the domains and links in a DataFrame. I could take a hack but I think you would have a better sense of things.

Member

ianmilligan1 commented Oct 15, 2018

I did look into that but our theme doesn't support tabbing like that, at least not in any way that looked terribly legible and nice to look at to me.

Could you provide a few words here @lintool maybe on the the advantages of DataFrames. Just a few sentences on what you could do with say the domains and links in a DataFrame. I could take a hack but I think you would have a better sense of things.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment