-
Notifications
You must be signed in to change notification settings - Fork 595
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(ir): allow the creation of lists from columns #10102
Comments
I can take a stab at this (later this week?), as discussed in triage. |
can I just express frustration in meetings and have y'all take it from there? 😂 love it |
I'm concerned about having I'd much rather have a new |
Sorry, forgot to respond. |
I have also found myself using the Going directly to a Python list from a column would be very convenient with something like |
Is your feature request related to a problem?
I (possibly on behalf of @lostmygithubaccount) am frustrated by writing
my_column.to_pyarrow().to_pylist()
to get a Python list from an Ibis column.What is the motivation behind your request?
Discussion on #10084 (comment) during triage. The shorthand
my_column.to_pylist()
was also proposed, butlist(my_column)
would be so much more Pythonic.Describe the solution you'd like
list(my_column)
I don't need
list(my_table)
orlist(some_scalar)
to be implemented.What version of ibis are you running?
dev
What backend(s) are you using, if any?
N/A
Code of Conduct
The text was updated successfully, but these errors were encountered: