codedthinking / Kezdi.jl

Julia package for data manipulation and analysis
https://codedthinking.github.io/Kezdi.jl/
Other
18 stars 0 forks source link

Check variable scoping in TidierData #18

Closed korenmiklos closed 1 week ago

korenmiklos commented 2 months ago
const cutoff = 3
@chain df_missing begin
    @filter x <= !!cutoff
end