codedthinking / Kezdi.jl

An umbrella of Julia packages for data analysis, in loving memory of Gábor Kézdi
Other
9 stars 0 forks source link

refactor: move commands to a separate commands.jl #54

Closed korenmiklos closed 5 days ago

korenmiklos commented 1 week ago

After all the code replacing the actual should be a call to a function doing all the DataFrames logic, like Kezdi.replace(df, formula, bitmask)

korenmiklos commented 5 days ago

This is now handled by #69