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
How to conditionally select values in a dataframe and insert to a new column
New to Julia
dataframes
6
2960
January 2, 2020
Dataframe filtering based on conditions comparing one column to other columns
New to Julia
indexing
,
dataframes
6
2076
November 5, 2021
Subset a dataframe by column of another dataframe
Data
question
4
2236
March 1, 2021
How to subset dataframe by multiple rows with same value?
Statistics
question
,
package
,
data
,
dataframes
6
877
February 1, 2021
Creating sub-arrays by comparing multiple arrays DataFrames
General Usage
array
,
dataframes
4
621
April 26, 2019