You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@df df_pair_temp zip(cols(instruction_pair_first_sym), cols(:first_encoding)) |>
collect .|>
x -> x
raises
julia>@df df_pair_temp zip(cols(instruction_pair_first_sym), cols(:first_encoding)) |>
collect .|>
x -> x
ERROR: UndefVarError:`.|>` not defined
Stacktrace:
[1] (::var"#57#59")(390::DataFrame)
@ Main ./none:0
[2] top-level scope
@ REPL[41]:1
I thought maybe the @df macro is disturbing something, as I get:
Hi all!
I found this error:
raises
I thought maybe the
@df
macro is disturbing something, as I get:Notice the
.|>
interpreted as a variable (if I understood it correctly).Thanks!
The text was updated successfully, but these errors were encountered: