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

How can we do such things as Inner Join, Left o Right Outer Join #2

Open
flakobatako opened this issue May 8, 2020 · 1 comment
Open

Comments

@flakobatako
Copy link

In LINQ we have the Join method, How this can be done using yo-fluq?

Thanks in advance.

@okulovsky-outfittery
Copy link

Currently, the way would be to write an extension method. I'm reluctant to implement it in the core, because for big collections these operations are memory-intensive, and for small collections, they are easier to do with pandas.

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

No branches or pull requests

2 participants