Alex Monahan

Results 60 comments of Alex Monahan

Does it work with only 1 equals, and/or if you explicitly say `group by grp`?

Hello! Did you use the master branch when doing the export as well? Both export snd import would need to be on master.

One of the design goals of DuckDB is to not depend on environment variables, so we would need an alternative method!

Maybe you can use the shell / CLI and a prepared statement! Maybe you could pass in an environment variable when you execute it. I haven't tested this though! https://duckdb.org/docs/api/cli#prepared-statements

This would be one more situation where I can replace Pandas in my workflows! Good stuff.

Hmm. Interesting! It looks like corresponding will not include column names that don't match. The SAS docs mention an "outer union" that can be used in combination with it to...

> Hi, @wisp3rwind thanks for your PR. Could you please add test cases to the fetch functions you added? > > I'm also not sure how I feel about many...

> Yet another variant would be to have `Relation.fetch_xyz()` and `Result.xyz()` (`xyz = df, arrow, numpy, arrow_reader`), to indicate that this executes in the former case, which will already be...

Is there another open source database that implements this feature in a way that you particularly like? It always helps to have a good example! Thanks!

Thanks! Are there any other details about the error that you could provide?