Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAlign DataFrame boilerplate in Python and Scala #366
Comments
This comment has been minimized.
This comment has been minimized.
That was the general consensus in #231 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
lintool commentedOct 20, 2019
Currently, the Scala DF boilerplate is something like:
And Python:
It would make sense to align?
So Python would look like:
And from the Scala end, let's just change
extractValidPagesDF()
topages()
to match the Python end? This runs the slight risk of confusion with RDD operations, but I think the risk is minimal.@ianmilligan1 @ruebot thoughts?