pdeffebach
pdeffebach
This is a small feature that might save me some typing (that is, feel free to ignore) `stack` is a nice function. But I'm finding that frequently, I want to...
[Here](https://discourse.julialang.org/t/trouble-translating-some-dplyr-code-to-dataframesmeta/107555/3) is a use-case where DataFrames.jl compares unfavorably to dplyr. Basically, the best way to do inter-dependent column transformations is to use `AsTable` and return a `NamedTuple`. However in OP's...
Description of API to come
I've been using a kind of peculiar workflow where I just `@eval` inside a `main()` function to have a Revise-like script workflow. Unfortunately this means I can't use `$` inside...
Similar to `:A + :B`, we can have `:A == 1` become `==(1)` I think.
fixes #364
Can't believe this doesn't exist. I would really like it. @MatthewRGonzalez do you want to make a PR?
``` julia> df = DataFrame(a = [1, 2]); julia> x = [true, false]; julia> @subset df x ERROR: LoadError: MethodError: no method matching fun_to_vec(::Symbol; no_dest=true, outer_flags=(var"@byrow" = Base.RefValue{Bool}(false), var"@passmissing" =...