pdeffebach

Results 429 comments of pdeffebach

Thanks for the background. Yes, makes sense. No use making people play Zork for docs. Please submit a PR adding examples!

This is mentioned in certain places. Check out the first code block [here](https://juliadata.github.io/DataFramesMeta.jl/stable/#Row-wise-transformations-with-@byrow-and-@rtransform/@rselect/etc.). A PR on this section would be welcomed. I don't want to make the translations too prominent...

Thanks! Ill take a look later today.

I think we should just have a doc section for how to handle missings. @vjd if you have any students who would like to write one, that would be awesome!...

@jkrumbiegel can I get a quick check on the implementation? It borrows from DataFrameMacros.jl. With your approval I will add the same structure to everything else.

I guess the current code isn't very DRY, but each 4-line `*_helper` function is unique and it seems overly abstract to make an outer function right now. Will plug away...

I think I have the pipeline figured out for how to process arguments. I've written it for `@rtransform` but need to port it to the rest of the macros.

Okay! I think this is all done @bkamins @nalimilan @jkrumbiegel Please take a look!

Okay I'm ready to merge this. There will always be more docs to add but I think this is now pretty comprehensive.