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
Hi! Thanks for you work, loved the package so far. I was working with some DataFrames and I got this problem with StatsPlots' @df macro working with @pipe:
Hi! Thanks for you work, loved the package so far. I was working with some DataFrames and I got this problem with StatsPlots'
@df
macro working with@pipe
:works, as you can see.
df_pair_temp
is my DataFrame, andinstruction_pair_first_sym
is a Symbol. Adding the first functionBUT
even though they should be the same. Expanding with
@macroexpand
also givesMaybe this is related to #20 and #21 . Can I do anything to fix this?
Thanks!
The text was updated successfully, but these errors were encountered: