How to select multiple items using DataFramesMeta?

@where(df, map(c -> c in z, :x))
# or
@where(df, in.(:x, Ref{Array}(z)))
1 Like