Skip to content

Pipe composition #109

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Pipe composition #109

wants to merge 1 commit into from

Conversation

khengari77
Copy link

Allow for composable pipes. For example: p = where(lambda x: x < 5) | head is now a valid expression that will return a pipe composed of both functions.

…| head) is now a valid expression that will return a pipe composed of both functions
@khengari77
Copy link
Author

khengari77 commented Mar 12, 2025

I guess I am not the 1st one to come up with this idea I just saw #88. I am convinced this is a good idea but I'll have to test it thoroughly to see if any edge cases where missed.

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.

1 participant