Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upDocument DataFrames #61
Comments
ianmilligan1
self-assigned this
Oct 15, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
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.
We can draw inspiration from the Spark docs: 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. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
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.
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. |
ianmilligan1 commentedOct 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: