We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
df = DataFrame(x = [1, 1, 2, 2], y = [1, 2, 101, 102]); @select(df, :x2 = :x, :x3 = ^(:x)) ERROR: LoadError: ArgumentError: This path should not be reached Stacktrace: [1] fun_to_vec(ex::Expr; nolhs::Bool, gensym_names::Bool, wrap_byrow::Bool) @ DataFramesMeta ~/.julia/packages/DataFramesMeta/z0mc6/src/parsing.jl:302 [2] (::DataFramesMeta.var"#30#31"{Bool})(ex::Expr) @ DataFramesMeta ./none:0 [3] iterate(::Base.Generator{Vector{Any}, DataFramesMeta.var"#30#31"{Bool}}) @ Base ./generator.jl:47 [4] select_helper(::Symbol, ::Expr, ::Vararg{Expr}) @ DataFramesMeta ~/.julia/packages/DataFramesMeta/z0mc6/src/macros.jl:976 [5] var"@select"(__source__::LineNumberNode, __module__::Module, x::Any, args::Vararg{Any}) @ DataFramesMeta ~/.julia/packages/DataFramesMeta/z0mc6/src/macros.jl:1078 in expression starting at REPL[3]:1
The text was updated successfully, but these errors were encountered:
Apologies for being so long delayed in fixing this.
I have a PR #347 which fixed this problem.
Sorry, something went wrong.
Fix caret bug #333 (#347)
03d5d98
* fix problem * Fix #328 parsing bug try 2 (#346) * simpler diff * hygiene * better fix * update versions * improve subsetting explanations (#345) * Update TagBot.yml (#350) * update news and version (#353) * add tests --------- Co-authored-by: Bogumił Kamiński <[email protected]> Co-authored-by: Carlo Lucibello <[email protected]>
Fixed in #347
No branches or pull requests
The text was updated successfully, but these errors were encountered: