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

Curried predicate functions #148

Open
asinghvi17 opened this issue Jun 8, 2024 · 4 comments
Open

Curried predicate functions #148

asinghvi17 opened this issue Jun 8, 2024 · 4 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@asinghvi17
Copy link
Member

Basically defining e.g. GO.intersects(x) = Base.Fix1(GO.intersects, x). Turns out to be quite useful when performing dataframe ops.

@asinghvi17 asinghvi17 added enhancement New feature or request good first issue Good for newcomers labels Jun 8, 2024
@luntan-maker
Copy link

I wouldn't mind taking a shot at this, do you do an assignee system? Also just the usual PR?

@asinghvi17
Copy link
Member Author

No particular assignee system I think, but a regular PR would be fine - I'll hold off from implementing this then. Great to see people interested in the project!

@rafaqz
Copy link
Member

rafaqz commented Jun 9, 2024

Thanks! No need for a system at this stage, probably whoever is free will review your PR pretty quickly.

You can also make a draft PR and ask questions at that stage too if there are any problems.

@luntan-maker
Copy link

Thank you for the warm welcome! I went ahead and made a PR, I look forward working with you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

3 participants