@simon Interesting with the whole Pipe syntax thing. I‘ve come to enjoy the power of relational operators for data modelling, but this is the reason I prefer things like PySpark or DuckDBs relational API - you can use builder patterns to do the same thing that happens here. (And it‘s not like this breaks the underlying operations tree. It‘ll be optimized anyway.)