DataFrameMacros.jl
DataFrameMacros.jl copied to clipboard
`@reexport using DataFrames`
It would be convenient to only have to using DataFrameMacros
instead of using DataFrames, DataFrameMacros
. DataFramesMeta.jl uses Reexport.jl to achieve this.
yeah sure, why not, if you want to prepare a PR :)