Julia Programming Language
What is the DataFramesMeta way to specify a column by its name in a variable?
General Usage
question
,
dataframes
tbeason
March 14, 2020, 3:33am
2
As it is now, you need to use
cols
colref = Symbol("num") @where(df,cols(colref) .== 2)
show post in topic
Related topics
Topic
Replies
Views
Activity
How to dynamically call a column in a @where macro?
Data
question
2
877
August 23, 2017
Issues querying a DataFrame
General Usage
query
,
dataframes
5
561
February 21, 2020
Selecting DataFrame columns with Symbol Syntax for columns with non-alphabetical characters
General Usage
dataframes
7
3262
October 27, 2021
DataFrame column names with symbols
General Usage
dataframes
7
1218
July 13, 2021
Renaming columns in DataFramesMeta with spaces
Data
2
1145
May 23, 2018