Julia Programming Language
How to check if a dataframe column exists
General Usage
dataframes
hendri54
June 11, 2025, 11:40am
2
"col1" in names(df)
See
Functions · DataFrames.jl
2 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
On iterating through columns of a data frame and check if they contain String values
General Usage
type
,
dataframes
,
data_structures
4
2074
April 28, 2020
Difference between df.column and df[!, :column]
New to Julia
question
,
dataframes
9
2782
July 23, 2020
Findall/Findfirst across multiple columns in dataframe
New to Julia
15
2324
March 26, 2021
How to select dataframe column by name?
New to Julia
dataframes
6
7156
August 27, 2021
How would I write this Pandas column filter code in Julia?
General Usage
5
1139
February 8, 2020