pdeffebach

Results 429 comments of pdeffebach

Okay I'm just going to merge this with a minor version bump. I don't want to release too many breaking changes and I want people to see the deprecation. I...

`@within` is a good name. I guess I still prefer `@attach` since 1. It's a verb, kind of like `@select`, `@transform` etc. 2. I like the idea of us re-doing...

Closing this due to https://github.com/JuliaLang/julia/pull/53004#issuecomment-1981109599 being merged

I absolutely want to implement this, ideally with the syntax ``` @rtransform df @when(:x == 1) :y = :z * 100 ``` or ``` @rtransform df @when(:x == 1) begin...

This is definitely a bummer. Honestly, it seems like a pretty niche application (apply a function with in a temporary context) to use for such an obvious name. We should...

Thats a good idea. And will likely be the answer.

@bkamins I've thought about this and decided `@attach` is the best name. `@withdf` is awkward because people will write `@withdf df begin ...` (assuming they name their dataframe `df`). Maybe...

We could do `@attaching` but that's more characters. `@using` would have been great, but of course that will confuse people a lot. Maybe `@from` ? As in, when I see...

This seems like a nice use for my stalled [`spreadmissings](https://github.com/JuliaData/Missings.jl/pull/122) PR.

This seems to *only* happen with DataFrames for me. So any project that uses DataFrames should make the REPL unuseable for 15 seconds or so after precompilation.