pdeffebach
pdeffebach
The user will write `@withcols df begin`... so `@withcols` reads like a sentence, "With the columns of `df` ...". `@withdf` is redundant because the user will write `@withdf df begin...
Wait one final problem with `@withcols`. Right now you can do `@withcols df @byrow begin`, and for consistency with `rtransform` etc. we might want to have an `@rwith` for doing...
Sounds good. I have filed #278 and cc'd Mason. Hopefully it will be on everyone's radar at least and worry about re-naming later.
It looks like `Returns` is in 1.7. Should be easy to add.
Interesting. Thank you for reporting! I will debug.
I cannot replicate. Can you list the output of `import Pkg; Pkg.status()`?
Uh oh. Please confirm if it works on a normal REPL. I will install Pluto and see if I can replicate.
That's an incredibly old version of DataFrames.jl. I'm still confused about `subset`. I would have hoped a DataFramesMeta.jl vrsion which supports `@subset` wouldn't be compatible with a DataFrames.jl version which...
Okay I can confirm I did not do my due-diligence in compatability bounds when releasing DataFramesMeta.jl version 0.8.0. So that part of the error is on me. But given we...
I can't replicate on a fresh Pluto install. The newest versions install just fine. My know that Pluto stores it's own Project.toml in a way that is slightly hidden from...