-
Notifications
You must be signed in to change notification settings - Fork 609
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(api): add positional joins #9533
Conversation
d85bff3
to
9fc0ce7
Compare
Hm, CI seems to think otherwise 😅 |
They're a thing in at least DuckDB and polars, so it seems ok to enable them to me. I would push back against a top-level |
Fully agree. |
By luck or magic, the pandas and dask backends seem to just work with no modification.
Thank you all! |
Just when I need it, thank you all! |
closes #9486.
Add positional join to duckdb, pandas, and dask backends.
Amazingly simple to implement, a big cheers to the previous developers that made this code so clean and easy to edit!
By luck or magic, the pandas and dask backends seem to just work with no modification!
Should this be documented somewhere? I hesitate to clutter up the examples with this simple example. Really, I think the better thing that ibis really needs is a how-to guide on joining, where someone actually goes deep into the weeds and explains how things work.