Tobias Brandt

Results 246 comments of Tobias Brandt
trafficstars

Thank you for doing this @vanillajonathan . I have some thoughts which will take longer to write up but are broadly along the lines of @eitsupi . If you can...

Hi, Apologies, I owe an update on this for a long time. Looking back, what I think killed my momentum on this were the long compile times for DuckDB as...

I agree that the `df.prql.query` is more convenient and we should keep it. Do we need the `.query` part? Could we shorten this to just `df.prql(...)`? Are there any other...

That would be great. I've watched a couple of your lectures and gone over the papers and this work is impressive. Also really great that you are providing an open...

Looks like something in the web/js bindings because even the following produces the same results: **PRQL** ```elm from [{a=0.1}, {a=1}] ``` **SQL** ```sql WITH table_0 AS ( SELECT 0.1 AS...

@kgutwin What is your use case for this? 1. Is this as a kind of schema definition/declaration, or 2. you are processing files which sometimes don't have any data? For...

Can you give an example of how `1 into a` is legal? I tried to produce one myself but couldn't get it to work.

As I tried to argue in https://github.com/PRQL/prql/issues/905#issuecomment-1866809983, I think having a representation of "missing" is key to data analysis and the default behaviour should be that `null == null` does...

@vanillajonathan I think you have a typo in your example. I don't think what you've written should be true but I think that one could reasonably expect that ```elm from...

Thank you for those links @richb-hanover . I was going to ask if there is a way to display PR/Issue numbers rather than commit hashes and after a quick look...