Julia Programming Language
How to select multiple items using DataFramesMeta?
General Usage
question
kdyrhage
October 12, 2018, 1:57pm
2
@where(df, map(c -> c in z, :x)) # or @where(df, in.(:x, Ref{Array}(z)))
show post in topic
Related topics
Topic
Replies
Views
Activity
How to use `in` with @where [DataFramesMeta]?
Data
question
6
2075
December 3, 2020
Filter DataFrame by an Array
New to Julia
8
6034
December 10, 2019
Sifting in DataFramesMeta (or DataFrames)
New to Julia
1
299
July 14, 2020
DataFrames: obtaining the subset of rows by a set of values
New to Julia
dataframes
45
24620
April 27, 2024
Dynamically choosing correct way to filter
General Usage
dataframes
2
553
October 12, 2021