Julia Programming Language
How to get the values of a column according to multiple conditions of another column?
General Usage
dataframes
jeffreyesun
August 26, 2021, 5:10pm
2
Try
list_of_values = df[in.(df[:column1], Ref([value1, value2]),:].column2
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
2968
January 2, 2020
Dataframe filtering based on conditions comparing one column to other columns
New to Julia
indexing
,
dataframes
6
2083
November 5, 2021
Subset a dataframe by column of another dataframe
Data
question
4
2247
March 1, 2021
How to subset dataframe by multiple rows with same value?
Statistics
question
,
package
,
data
,
dataframes
6
885
February 1, 2021
Creating sub-arrays by comparing multiple arrays DataFrames
General Usage
array
,
dataframes
4
625
April 26, 2019