Rich Brown
Rich Brown
I'm sorry to say that this doesn't help me to understand how modules work. The [current documentation](https://prql-lang.org/book/reference/spec/modules.html) seems to have a lot of information that's meaningful for people with a...
@max-sixty @aljazerzen Now that 0.10.0 has shipped, when would be a good time to review the status of modules? I have seen messages (I think) stating that `prqlc` will handle...
@max-sixty @aljazerzen I'm looking for an update on the documentation for `modules`. I am creating a bunch of queries that use a lot of domain-specific functions and derive/case statements. I'd...
No apologies necessary for taking time away from PRQL. However, I think I'm not understanding something... When I read [File Importing](https://prql-lang.org/book/reference/spec/modules.html#file-importing) I see the comment "This section is under discussion..."...
Ahah... The importance of that statement wasn't clear to me. I think I was led astray by the several sections on that page that appear to show sensible examples. Would...
> What do folks think about removing `func` now that we have line continuations? Exactly one way to do things etc etc... @max-sixty This discussion so far has been highly...
* Another pro: all rows of a multi-line string line up - both the first and all following lines - in an obvious way. See the first example, and compare...
@snth, @eitsupi Thanks - I see how this is part of the solution. If I understand correctly, that query creates a table of dates - the first day of the...
Yikes! This query might be simpler than I imagined. I asked ChatGPT this: > I have a table (t1) that has a column named "eventDate". Each row has a date...