Skip to content
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

Feat/data frame methods #121

Merged
merged 327 commits into from
Oct 7, 2020

Conversation

tools4origins
Copy link
Collaborator

@tools4origins tools4origins commented Oct 4, 2020

This PR implements most DataFrame methods! 🥳

modified: pysparkling/sql/dataframe.py (Implement most of its methods)
modified: pysparkling/sql/internals.py (Add a few methods that needed #120)
modified: pysparkling/rdd.py (Implement RDD.toDF)

Also, in the following files, it activates tests & logic that use previously not implemented components (mostly by uncommenting said tests/logic):
modified: pysparkling/sql/column.py
modified: pysparkling/sql/expressions/expressions.py
modified: pysparkling/stat_counter.py
modified: pysparkling/tests/test_stat_counter.py
modified: pysparkling/utils.py

This PR is on top of #120 so it also contains its changes

@tools4origins
Copy link
Collaborator Author

Travis build is green \o/ :partying_face:

@tools4origins tools4origins mentioned this pull request Oct 4, 2020
@tools4origins tools4origins merged commit 1217059 into svenkreiss:master Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant