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

bug: options are not returned #38

Closed korenmiklos closed 1 week ago

korenmiklos commented 1 week ago
julia> @egen df y = sum(x), by(g)
[ Info: Options are Kezdi.Node[]
ERROR: ArgumentError: by function was removed from DataFrames.jl. Use the `combine(groupby(...), ...)` or `combine(f, groupby(...))` instead.
korenmiklos commented 1 week ago
julia> @generate df y = "abc", robust
ERROR: ArgumentError: column name :robust not found in the data frame