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: Select column similar to polars' pl.col #10200

Closed
1 task done
shane-breeze opened this issue Sep 24, 2024 · 1 comment
Closed
1 task done

feat: Select column similar to polars' pl.col #10200

shane-breeze opened this issue Sep 24, 2024 · 1 comment
Labels
feature Features or general enhancements

Comments

@shane-breeze
Copy link

shane-breeze commented Sep 24, 2024

Is your feature request related to a problem?

Column selection seems to require the table, i.e.

table = con.table(...)
table.select(table.a+1, table.b+2, ...)

What is the motivation behind your request?

I'd like better support for chaining operations.

Describe the solution you'd like

A selector similar to polars' pl.col, i.e.

table = con.table(...).select(ibis.col("a")+1, ibis.col("b")+2)

What version of ibis are you running?

9.4.0

What backend(s) are you using, if any?

BigQuery

Code of Conduct

  • I agree to follow this project's Code of Conduct
@shane-breeze shane-breeze added the feature Features or general enhancements label Sep 24, 2024
@cpcloud
Copy link
Member

cpcloud commented Sep 24, 2024

We've got _ for that, and it's documented!

@cpcloud cpcloud closed this as not planned Won't fix, can't repro, duplicate, stale Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Features or general enhancements
Projects
Status: done
Development

No branches or pull requests

2 participants