DataFramesMeta.jl
DataFramesMeta.jl copied to clipboard
Multi-column assignments
The implementation of this is actually pretty complicated and deviates from DataFrameMacros.jl. This is because we allow-re-use of new columns created during an expression.
If I can't make the implementation simpler, I will make sure everything in parsing_astable.jl is heavily documented, as it took a while to re-remember the logic of the code.