Julia Programming Language
How to get the values of a column according to multiple conditions of another column?
General Usage
dataframes
nilshg
August 27, 2021, 8:18am
6
I’d write
df[in([value1, value2]).(df.column1), :column2]
1 Like
show post in topic
Related topics
Topic
Replies
Views
Activity
Dataframe filtering based on conditions comparing one column to other columns
New to Julia
indexing
,
dataframes
6
2097
November 5, 2021
How to conditionally select values in a dataframe and insert to a new column
New to Julia
dataframes
6
2988
January 2, 2020
Subset a dataframe by column of another dataframe
Data
question
4
2261
March 1, 2021
How to subset dataframe by multiple rows with same value?
Statistics
question
,
package
,
data
,
dataframes
6
905
February 1, 2021
Select colums by the value of rows
General Usage
question
,
dataframes
4
351
August 5, 2022