You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is even possible with SQL, I was playing around with duckdb and I couldn't get it to work, but it seems like it should be possible (ie "well-defined") to me, so I was guessing I just didn't find the right SQL. If this isn't possible in SQL then feel free to close this.
importibist1=ibis.examples.penguins.fetch()
t2=ibis.examples.penguins.fetch()
t1.body_mass_g+t2.body_mass_g.max()
# gives `RelationError: Cannot convert expression involving multiple base table references to a projection`
Describe the solution you'd like
The above should work.
What version of ibis are you running?
6.0.0
What backend(s) are you using, if any?
duckdb
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem?
I'm not sure if this is even possible with SQL, I was playing around with duckdb and I couldn't get it to work, but it seems like it should be possible (ie "well-defined") to me, so I was guessing I just didn't find the right SQL. If this isn't possible in SQL then feel free to close this.
Describe the solution you'd like
The above should work.
What version of ibis are you running?
6.0.0
What backend(s) are you using, if any?
duckdb
Code of Conduct
The text was updated successfully, but these errors were encountered: