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/column #113

Merged
merged 144 commits into from
Oct 7, 2020
Merged

Feat/column #113

merged 144 commits into from
Oct 7, 2020

Conversation

tools4origins
Copy link
Collaborator

Implements Column!

Columns represent either the data in a DataFrame of the result of a computation.

df.firstname is a Column, df.firstname + lit(" ") + df.lastname is a Column too.

Also implement the first pyparkling.sql.functions:
col, that returns a Column based on a column name.
when, that evaluates a list of conditions and returns one of multiple possible result expressions.

File modified by this PR:

This PR is on top of #112 so it also contains change from #108/#109/#110/#111/#112 compared to master.

@tools4origins tools4origins mentioned this pull request Aug 23, 2020
@tools4origins
Copy link
Collaborator Author

Hello,

Some doctests introduced in this PR were previously failing as they rely on DataFrame, which will be part of another PR,

I commented them out, so that function usage still is documented

@tools4origins tools4origins merged commit 9250cb9 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