jkrumbiegel / DataFrameMacros.jl

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

Transform example should multiply by 1000, not divide #5

Closed dmbates closed 3 years ago

dmbates commented 3 years ago

In the example for '@transform' you convert weight_kg to weight_kg by dividing by 1000. I think you want to multiply instead.

jkrumbiegel commented 3 years ago

thanks for spotting the mistake, I've fixed it