jkrumbiegel / DataFrameMacros.jl

Macros that simplify working with DataFrames.jl
MIT License
61 stars 4 forks source link

`@reexport using DataFrames` #31

Open nathanrboyer opened 2 months ago

nathanrboyer commented 2 months ago

It would be convenient to only have to using DataFrameMacros instead of using DataFrames, DataFrameMacros. DataFramesMeta.jl uses Reexport.jl to achieve this.

jkrumbiegel commented 2 months ago

yeah sure, why not, if you want to prepare a PR :)