DataFramesMeta.jl icon indicating copy to clipboard operation
DataFramesMeta.jl copied to clipboard

Multi-column assignments

Open pdeffebach opened this issue 3 years ago • 0 comments

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.

pdeffebach avatar Nov 01 '22 14:11 pdeffebach