Nick Crews
Nick Crews
@MarcoGorelli this has been fixed in main by https://github.com/ibis-project/ibis/pull/11532. It just isn't released yet. Perhaps we should cut a 10.8.1 bugfix release @cpcloud ?
The reason you don't see anything in the preview is because ipython tries to execute the expression, gets that error, and then chooses to show nothing instead of showing the...
Ah I see, sorry I had bad reading comprehension the first time. Unfortunately it looks like all of our "easy" local backends ("duckdb", "datafusion", "polars", "sqlite") don't support pandas UDFs....
Also see that linked PR. If you can check that out and use it, then you should be able to test on duckdb and datafusion.
@deepyaman this is related to your upsert PR, if you want to give it a look. I don't think there is any ordering needed between the two, but I do...
Thanks for that link. I think the only positional ordering example from that PR that we should support is the `con.insert("t", [(1, 2), (3, 4)])` case, eg when you pass...
@cpcloud if I fix those failing tests then does this seem like a good idea?
Can you investigate the "shape" of the object tree that is created to get a sense of if there are a few guilty parties that are causing ~90% of the...
Yes, please bikeshed those names, I wasn't totally happy with them either. Also curious to hear if you would want to pull in a CLI library to make the arg...
EDIT: I'm sorry I was lazy here, I can answer that myself with a google. The answer is yes, those APIs are implemented in bun and deno. I'm not actually...