jkrumbiegel / DataFrameMacros.jl

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

Try to resolve #17, import / scope issue #18

Closed jeremiahpslewis closed 2 years ago

jeremiahpslewis commented 2 years ago

Note: Ran tests locally and they all pass.

Test a fix to:

jkrumbiegel commented 2 years ago

Thank you, this was actually about a couple of wrong escapes, so I fixed it here https://github.com/jkrumbiegel/DataFrameMacros.jl/pull/20 Now it should also work if the functions transform etc. themselves are not exported