https://github.com/ashryaagr/Fairness.jl/blob/master/src/datasets/datasets.jl has many data loading macros which are simply functions. Best practice for Julia code is to use macros only in situations where code rewriting is necessary.
Would be good to think about a general purpose data loader so that this package can work nicely with other packages such as https://github.com/JuliaStats/RDatasets.jl
https://github.com/ashryaagr/Fairness.jl/blob/master/src/datasets/datasets.jl has many data loading macros which are simply functions. Best practice for Julia code is to use macros only in situations where code rewriting is necessary.
Would be good to think about a general purpose data loader so that this package can work nicely with other packages such as https://github.com/JuliaStats/RDatasets.jl